Html Css Color HEX #FCF8DC Chilean Heath

📋 copy color: '#FCF8DC'

red 252 ◦ green 248 ◦ blue 220

#FCF8DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chilean Heath #FCF8DC

Tints of Chilean Heath #FCF8DC

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 value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCF8DC (or 0xFCF8DC) is known color: 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

RGB 252 248 220 -
CMYK 0 0.02 0.13 0.01
HSL 52.5º 0.84% 0.93% -
HSV(B) 52.5º 0.13% 0.99% -
XYZ 86.63 93 81.09 -
YUV 246 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 252 248 220 0 0.02 0.13 0.01 52.5 0.84 0.93
Hex FC F8 DC 0 2 D 1 34 54 5D
Octal 374 370 334 0 2 15 1 64 124 135
Binary 11111100 11111000 11011100 0 10 1101 1 110100 1010100 1011101

Color Harmonies of #FCF8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF8DC

Black with #FCF8DC

Text Example


Text Example

White with #FCF8DC

Text Example


Text Example

HTML Codes & Css Web 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>