#FCF8DE

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

Shades of Chilean Heath #FCF8DE

Tints of Chilean Heath #FCF8DE

Color information

#FCF8DE (or 0xFCF8DE) is unknown color: approx Chilean Heath. HEX triplet: FC, F8 and DE. RGB value is (252,248,222). Sum of RGB (Red+Green+Blue) = 252+248+222=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 248 (97.27% from 255 or 34.35% from 722); Blue value is 222 (87.11% from 255 or 30.75% from 722); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF8DE is #030721. Grayscale: #F6F6F6. Windows color (decimal): -198434 or 14612732. OLE color: 14612732.

HSL color Cylindrical-coordinate representation of color #FCF8DE: hue angle of 52º degrees, saturation: 0.83, 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 #FCF8DE is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252248222-
CMYK00.020.120.01
HSL52º83.33%92.94%-
HSV(B)52º11.9%98.82%-
XYZ86.993.182.5-
YUV246.23114.33132.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.90%
GREEN value IS 248 (97.27% from 255) = 34.35%
BLUE value IS 222 (87.11% from 255) = 30.75%
R=34.90%
G=34.35%
B=30.75%

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
Decimal25224822200.020.120.015283.3392.94
HexFCF8DE02C134535d
Octal3743703360214164123135
Binary1111110011111000110111100101100111010010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF8DE; }

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

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

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

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

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

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

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

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