#FCF8DD

Color #FCF8DD Chilean Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Heath #FCF8DD

Tints of Chilean Heath #FCF8DD

Color information

#FCF8DD (or 0xFCF8DD) is unknown color: approx Chilean Heath. HEX triplet: FC, F8 and DD. RGB value is (252,248,221). Sum of RGB (Red+Green+Blue) = 252+248+221=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 248 (97.27% from 255 or 34.40% from 721); Blue value is 221 (86.72% from 255 or 30.65% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF8DD is #030722. Grayscale: #F6F6F6. Windows color (decimal): -198435 or 14547196. OLE color: 14547196.

HSL color Cylindrical-coordinate representation of color #FCF8DD: hue angle of 52.26º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCF8DD is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252248221-
CMYK00.020.120.01
HSL52.26º83.78%92.75%-
HSV(B)52.26º12.3%98.82%-
XYZ86.7693.0581.79-
YUV246.12113.83132.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.95%
GREEN value IS 248 (97.27% from 255) = 34.40%
BLUE value IS 221 (86.72% from 255) = 30.65%
R=34.95%
G=34.40%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224822100.020.120.0152.2683.7892.75
HexFCF8DD02C134545d
Octal3743703350214164124135
Binary1111110011111000110111010101100111010010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF8DD; }

 p { color: rgb(252,248,221); }

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

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

 a { background-color: rgb(252,248,221); }

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

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

 span { border-color: rgb(252,248,221); }

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