#FCF8DB

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

Shades of Chilean Heath #FCF8DB

Tints of Chilean Heath #FCF8DB

Color information

#FCF8DB (or 0xFCF8DB) is unknown color: approx Chilean Heath. HEX triplet: FC, F8 and DB. RGB value is (252,248,219). Sum of RGB (Red+Green+Blue) = 252+248+219=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 248 (97.27% from 255 or 34.49% from 719); Blue value is 219 (85.94% from 255 or 30.46% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF8DB is #030724. Grayscale: #F6F6F6. Windows color (decimal): -198437 or 14416124. OLE color: 14416124.

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

Color convert

RGB252248219-
CMYK00.020.130.01
HSL52.73º84.62%92.35%-
HSV(B)52.73º13.1%98.82%-
XYZ86.592.9480.4-
YUV245.89112.83132.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.05%
GREEN value IS 248 (97.27% from 255) = 34.49%
BLUE value IS 219 (85.94% from 255) = 30.46%
R=35.05%
G=34.49%
B=30.46%

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
Decimal25224821900.020.130.0152.7384.6292.35
HexFCF8DB02D135555c
Octal3743703330215165125134
Binary1111110011111000110110110101101111010110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF8DB; }

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

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

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

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

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

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

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

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