#FDEAE0

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

Shades of Chablis #FDEAE0

Tints of Chablis #FDEAE0

Color information

#FDEAE0 (or 0xFDEAE0) is unknown color: approx Chablis. HEX triplet: FD, EA and E0. RGB value is (253,234,224). Sum of RGB (Red+Green+Blue) = 253+234+224=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 234 (91.80% from 255 or 32.91% from 711); Blue value is 224 (87.89% from 255 or 31.50% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEAE0 is #02151F. Grayscale: #EEEEEE. Windows color (decimal): -136480 or 14740221. OLE color: 14740221.

HSL color Cylindrical-coordinate representation of color #FDEAE0: hue angle of 20.69º 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 #FDEAE0 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB253234224-
CMYK00.080.110.01
HSL20.69º87.88%93.53%-
HSV(B)20.69º11.46%99.22%-
XYZ83.3985.1182.55-
YUV238.54119.79138.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.58%
GREEN value IS 234 (91.80% from 255) = 32.91%
BLUE value IS 224 (87.89% from 255) = 31.50%
R=35.58%
G=32.91%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323422400.080.110.0120.6987.8893.53
HexFDEAE008B115585e
Octal37535234001013125130136
Binary11111101111010101110000001000101111010110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEAE0; }

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

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

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

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

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

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

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

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