#FDF9DE

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

Shades of Chilean Heath #FDF9DE

Tints of Chilean Heath #FDF9DE

Color information

#FDF9DE (or 0xFDF9DE) is unknown color: approx Chilean Heath. HEX triplet: FD, F9 and DE. RGB value is (253,249,222). Sum of RGB (Red+Green+Blue) = 253+249+222=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 249 (97.66% from 255 or 34.39% from 724); Blue value is 222 (87.11% from 255 or 30.66% from 724); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF9DE is #020621. Grayscale: #F7F7F7. Windows color (decimal): -132642 or 14612989. OLE color: 14612989.

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

Color convert

RGB253249222-
CMYK00.020.120.01
HSL52.26º88.57%93.14%-
HSV(B)52.26º12.25%99.22%-
XYZ87.5793.9182.62-
YUV247.12113.83132.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.94%
GREEN value IS 249 (97.66% from 255) = 34.39%
BLUE value IS 222 (87.11% from 255) = 30.66%
R=34.94%
G=34.39%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324922200.020.120.0152.2688.5793.14
HexFDF9DE02C134595d
Octal3753713360214164131135
Binary1111110111111001110111100101100111010010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF9DE; }

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

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

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

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

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

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

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

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