#FDFAE0

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

Shades of Chilean Heath #FDFAE0

Tints of Chilean Heath #FDFAE0

Color information

#FDFAE0 (or 0xFDFAE0) is unknown color: approx Chilean Heath. HEX triplet: FD, FA and E0. RGB value is (253,250,224). Sum of RGB (Red+Green+Blue) = 253+250+224=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 250 (98.05% from 255 or 34.39% from 727); Blue value is 224 (87.89% from 255 or 30.81% from 727); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAE0 is #02051F. Grayscale: #F8F8F8. Windows color (decimal): -132384 or 14744317. OLE color: 14744317.

HSL color Cylindrical-coordinate representation of color #FDFAE0: hue angle of 53.79º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDFAE0 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB253250224-
CMYK00.010.110.01
HSL53.79º87.88%93.53%-
HSV(B)53.79º11.46%99.22%-
XYZ88.1594.6484.14-
YUV247.93114.49131.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.80%
GREEN value IS 250 (98.05% from 255) = 34.39%
BLUE value IS 224 (87.89% from 255) = 30.81%
R=34.80%
G=34.39%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325022400.010.110.0153.7987.8893.53
HexFDFAE001B136585e
Octal3753723400113166130136
Binary111111011111101011100000011011111011010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAE0; }

 p { color: rgb(253,250,224); }

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

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

 a { background-color: rgb(253,250,224); }

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

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

 span { border-color: rgb(253,250,224); }

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