#FCF9DE

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

Shades of Chilean Heath #FCF9DE

Tints of Chilean Heath #FCF9DE

Color information

#FCF9DE (or 0xFCF9DE) is unknown color: approx Chilean Heath. HEX triplet: FC, F9 and DE. RGB value is (252,249,222). Sum of RGB (Red+Green+Blue) = 252+249+222=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 249 (97.66% from 255 or 34.44% from 723); Blue value is 222 (87.11% from 255 or 30.71% from 723); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF9DE is #030621. Grayscale: #F6F6F6. Windows color (decimal): -198178 or 14612988. OLE color: 14612988.

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

Color convert

RGB252249222-
CMYK00.010.120.01
HSL54º83.33%92.94%-
HSV(B)54º11.9%98.82%-
XYZ87.2193.7282.6-
YUV246.82113.99131.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.85%
GREEN value IS 249 (97.66% from 255) = 34.44%
BLUE value IS 222 (87.11% from 255) = 30.71%
R=34.85%
G=34.44%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224922200.010.120.015483.3392.94
HexFCF9DE01C136535d
Octal3743713360114166123135
Binary111111001111100111011110011100111011010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF9DE; }

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

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

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

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

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

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

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

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