#FCDCB9

Color #FCDCB9 Sandy Beach (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandy Beach #FCDCB9

Tints of Sandy Beach #FCDCB9

Color information

#FCDCB9 (or 0xFCDCB9) is unknown color: approx Sandy Beach. HEX triplet: FC, DC and B9. RGB value is (252,220,185). Sum of RGB (Red+Green+Blue) = 252+220+185=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 185 (72.66% from 255 or 28.16% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCB9 is #032346. Grayscale: #E1E1E1. Windows color (decimal): -205639 or 12180732. OLE color: 12180732.

HSL color Cylindrical-coordinate representation of color #FCDCB9: hue angle of 31.34º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCDCB9 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB252220185-
CMYK00.130.270.01
HSL31.34º91.78%85.69%-
HSV(B)31.34º26.59%98.82%-
XYZ74.575.3856.52-
YUV225.58105.1146.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 38.36%
GREEN value IS 220 (86.33% from 255) = 33.49%
BLUE value IS 185 (72.66% from 255) = 28.16%
R=38.36%
G=33.49%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222018500.130.270.0131.3491.7885.69
HexFCDCB90D1B11f5c56
Octal37433427101533137134126
Binary111111001101110010111001011011101111111110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDCB9; }

 p { color: rgb(252,220,185); }

 H1.HeaderClassName
 {
   color: #FCDCB9;
 }
 .AnyTagClassName
 {
   color: #FCDCB9;
 }
</style>
background-color css

<style>
 a { background-color: #FCDCB9; }

 a { background-color: rgb(252,220,185); }

 div.DivClassName
 {
   background-color: #FCDCB9;
 }
 .BgClassName
 {
   background-color: #FCDCB9;
 }
</style>
border-color css

<style>
 span { border-color: #FCDCB9; }

 span { border-color: rgb(252,220,185); }

 td.TdClassName
 {
   border-color: #FCDCB9;
 }
 .TagClassName
 {
   border-color: #FCDCB9;
 }
</style>