#FCF9DD

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

Shades of Chilean Heath #FCF9DD

Tints of Chilean Heath #FCF9DD

Color information

#FCF9DD (or 0xFCF9DD) is unknown color: approx Chilean Heath. HEX triplet: FC, F9 and DD. RGB value is (252,249,221). Sum of RGB (Red+Green+Blue) = 252+249+221=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 249 (97.66% from 255 or 34.49% from 722); Blue value is 221 (86.72% from 255 or 30.61% from 722); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF9DD is #030622. Grayscale: #F6F6F6. Windows color (decimal): -198179 or 14547452. OLE color: 14547452.

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

Color convert

RGB252249221-
CMYK00.010.120.01
HSL54.19º83.78%92.75%-
HSV(B)54.19º12.3%98.82%-
XYZ87.0793.6781.9-
YUV246.7113.49131.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.90%
GREEN value IS 249 (97.66% from 255) = 34.49%
BLUE value IS 221 (86.72% from 255) = 30.61%
R=34.90%
G=34.49%
B=30.61%

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
Decimal25224922100.010.120.0154.1983.7892.75
HexFCF9DD01C136545d
Octal3743713350114166124135
Binary111111001111100111011101011100111011010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF9DD; }

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

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

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

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

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

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

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

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