Html Css Color HEX #FCF9DF Chilean Heath

📋 copy color: '#FCF9DF'

red 252 ◦ green 249 ◦ blue 223

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

Shades of Chilean Heath #FCF9DF

Tints of Chilean Heath #FCF9DF

RGB

 RED value IS 252 (98.83% from 255) = 34.81%

 GREEN value IS 249 (97.66% from 255) = 34.39%

 BLUE value IS 223 (87.5% from 255) = 30.8%

R = 34.81%
G = 34.39%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCF9DF (or 0xFCF9DF) is known color: Chilean Heath. HEX triplet: FC, F9 and DF. RGB value is (252,249,223). Sum of RGB (Red+Green+Blue) = 252+249+223=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 249 (97.66% from 255 or 34.39% from 724); Blue value is 223 (87.5% from 255 or 30.80% from 724); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF9DF is #030620. Grayscale: #F7F7F7. Windows color (decimal): -198177 or 14678524. OLE color: 14678524.

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

Color convert

RGB 252 249 223 -
CMYK 0 0.01 0.12 0.01
HSL 53.79º 0.83% 0.93% -
HSV(B) 53.79º 0.12% 0.99% -
XYZ 87.34 93.77 83.31 -
YUV 246.93 114.49 131.61 -
System Red Green Blue C M Y K H S L
Decimal 252 249 223 0 0.01 0.12 0.01 53.79 0.83 0.93
Hex FC F9 DF 0 1 C 1 36 53 5D
Octal 374 371 337 0 1 14 1 66 123 135
Binary 11111100 11111001 11011111 0 1 1100 1 110110 1010011 1011101

Color Harmonies of #FCF9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF9DF

Black with #FCF9DF

Text Example


Text Example

White with #FCF9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF9DF; }

 p { color: rgb(252,249,223); }

 H1.HeaderClassName
 {
   color: #FCF9DF;
 }
 .AnyTagClassName
 {
   color: #FCF9DF;
 }
</style>

background-color css

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

 a { background-color: rgb(252,249,223); }

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

border-color css

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

 span { border-color: rgb(252,249,223); }

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