#FCF8DC

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

Shades of Chilean Heath #FCF8DC

Tints of Chilean Heath #FCF8DC

Color information

#FCF8DC (or 0xFCF8DC) is unknown color: approx Chilean Heath. HEX triplet: FC, F8 and DC. RGB value is (252,248,220). Sum of RGB (Red+Green+Blue) = 252+248+220=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 248 (97.27% from 255 or 34.44% from 720); Blue value is 220 (86.33% from 255 or 30.56% from 720); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF8DC is #030723. Grayscale: #F6F6F6. Windows color (decimal): -198436 or 14481660. OLE color: 14481660.

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

Color convert

RGB252248220-
CMYK00.020.130.01
HSL52.5º84.21%92.55%-
HSV(B)52.5º12.7%98.82%-
XYZ86.639381.09-
YUV246113.33132.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35%
GREEN value IS 248 (97.27% from 255) = 34.44%
BLUE value IS 220 (86.33% from 255) = 30.56%
R=35%
G=34.44%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224822000.020.130.0152.584.2192.55
HexFCF8DC02D134545d
Octal3743703340215164124135
Binary1111110011111000110111000101101111010010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF8DC; }

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

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

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

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

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

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

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

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