#FDFAE4

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

Shades of Chilean Heath #FDFAE4

Tints of Chilean Heath #FDFAE4

Color information

#FDFAE4 (or 0xFDFAE4) is unknown color: approx Chilean Heath. HEX triplet: FD, FA and E4. RGB value is (253,250,228). Sum of RGB (Red+Green+Blue) = 253+250+228=731 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.61% from 731); Green value is 250 (98.05% from 255 or 34.20% from 731); Blue value is 228 (89.45% from 255 or 31.19% from 731); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAE4 is #02051B. Grayscale: #F8F8F8. Windows color (decimal): -132380 or 15006461. OLE color: 15006461.

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

Color convert

RGB253250228-
CMYK00.010.100.01
HSL52.8º86.21%94.31%-
HSV(B)52.8º9.88%99.22%-
XYZ88.794.8687.03-
YUV248.39116.49131.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.61%
GREEN value IS 250 (98.05% from 255) = 34.20%
BLUE value IS 228 (89.45% from 255) = 31.19%
R=34.61%
G=34.20%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325022800.010.100.0152.886.2194.31
HexFDFAE401A135565e
Octal3753723440112165126136
Binary111111011111101011100100011010111010110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAE4; }

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

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

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

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

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

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

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

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