#FDF9DC

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

Shades of Chilean Heath #FDF9DC

Tints of Chilean Heath #FDF9DC

Color information

#FDF9DC (or 0xFDF9DC) is unknown color: approx Chilean Heath. HEX triplet: FD, F9 and DC. RGB value is (253,249,220). Sum of RGB (Red+Green+Blue) = 253+249+220=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 249 (97.66% from 255 or 34.49% from 722); Blue value is 220 (86.33% from 255 or 30.47% from 722); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF9DC is #020623. Grayscale: #F7F7F7. Windows color (decimal): -132644 or 14481917. OLE color: 14481917.

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

Color convert

RGB253249220-
CMYK00.020.130.01
HSL52.73º89.19%92.75%-
HSV(B)52.73º13.04%99.22%-
XYZ87.393.881.21-
YUV246.89112.83132.36-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.04%
GREEN value IS 249 (97.66% from 255) = 34.49%
BLUE value IS 220 (86.33% from 255) = 30.47%
R=35.04%
G=34.49%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324922000.020.130.0152.7389.1992.75
HexFDF9DC02D135595d
Octal3753713340215165131135
Binary1111110111111001110111000101101111010110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF9DC; }

 p { color: rgb(253,249,220); }

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

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

 a { background-color: rgb(253,249,220); }

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

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

 span { border-color: rgb(253,249,220); }

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