#FDF9DA

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

Shades of Chilean Heath #FDF9DA

Tints of Chilean Heath #FDF9DA

Color information

#FDF9DA (or 0xFDF9DA) is unknown color: approx Chilean Heath. HEX triplet: FD, F9 and DA. RGB value is (253,249,218). Sum of RGB (Red+Green+Blue) = 253+249+218=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 249 (97.66% from 255 or 34.58% from 720); Blue value is 218 (85.55% from 255 or 30.28% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF9DA is #020625. Grayscale: #F6F6F6. Windows color (decimal): -132646 or 14350845. OLE color: 14350845.

HSL color Cylindrical-coordinate representation of color #FDF9DA: hue angle of 53.14º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDF9DA is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB253249218-
CMYK00.020.140.01
HSL53.14º89.74%92.35%-
HSV(B)53.14º13.83%99.22%-
XYZ87.0493.779.83-
YUV246.66111.83132.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.14%
GREEN value IS 249 (97.66% from 255) = 34.58%
BLUE value IS 218 (85.55% from 255) = 30.28%
R=35.14%
G=34.58%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324921800.020.140.0153.1489.7492.35
HexFDF9DA02E1355a5c
Octal3753713320216165132134
Binary1111110111111001110110100101110111010110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF9DA; }

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

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

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

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

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

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

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

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