Html Css Color HEX #FCF8DB Chilean Heath

📋 copy color: '#FCF8DB'

red 252 ◦ green 248 ◦ blue 219

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

Shades of Chilean Heath #FCF8DB

Tints of Chilean Heath #FCF8DB

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 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

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

RGB 252 248 219 -
CMYK 0 0.02 0.13 0.01
HSL 52.73º 0.85% 0.92% -
HSV(B) 52.73º 0.13% 0.99% -
XYZ 86.5 92.94 80.4 -
YUV 245.89 112.83 132.36 -
System Red Green Blue C M Y K H S L
Decimal 252 248 219 0 0.02 0.13 0.01 52.73 0.85 0.92
Hex FC F8 DB 0 2 D 1 35 55 5C
Octal 374 370 333 0 2 15 1 65 125 134
Binary 11111100 11111000 11011011 0 10 1101 1 110101 1010101 1011100

Color Harmonies of #FCF8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF8DB

Black with #FCF8DB

Text Example


Text Example

White with #FCF8DB

Text Example


Text Example

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