#FCDCB6

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

Shades of Sandy Beach #FCDCB6

Tints of Sandy Beach #FCDCB6

Color information

#FCDCB6 (or 0xFCDCB6) is unknown color: approx Sandy Beach. HEX triplet: FC, DC and B6. RGB value is (252,220,182). Sum of RGB (Red+Green+Blue) = 252+220+182=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 182 (71.48% from 255 or 27.83% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCB6 is #032349. Grayscale: #E1E1E1. Windows color (decimal): -205642 or 11984124. OLE color: 11984124.

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

Color convert

RGB252220182-
CMYK00.130.280.01
HSL32.57º92.11%85.1%-
HSV(B)32.57º27.78%98.82%-
XYZ74.1875.2654.87-
YUV225.24103.6147.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 220 (86.33% from 255) = 33.64%
BLUE value IS 182 (71.48% from 255) = 27.83%
R=38.53%
G=33.64%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222018200.130.280.0132.5792.1185.1
HexFCDCB60D1C1215c55
Octal37433426601534141134125
Binary1111110011011100101101100110111100110000110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDCB6; }

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

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

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

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

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

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

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

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