#FEEAE0

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

Shades of Chablis #FEEAE0

Tints of Chablis #FEEAE0

Color information

#FEEAE0 (or 0xFEEAE0) is unknown color: approx Chablis. HEX triplet: FE, EA and E0. RGB value is (254,234,224). Sum of RGB (Red+Green+Blue) = 254+234+224=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 234 (91.80% from 255 or 32.87% from 712); Blue value is 224 (87.89% from 255 or 31.46% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAE0 is #01151F. Grayscale: #EEEEEE. Windows color (decimal): -70944 or 14740222. OLE color: 14740222.

HSL color Cylindrical-coordinate representation of color #FEEAE0: hue angle of 20º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEEAE0 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB254234224-
CMYK00.080.120.00
HSL20º93.75%93.73%-
HSV(B)20º11.81%99.61%-
XYZ83.7585.382.57-
YUV238.84119.63138.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.67%
GREEN value IS 234 (91.80% from 255) = 32.87%
BLUE value IS 224 (87.89% from 255) = 31.46%
R=35.67%
G=32.87%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423422400.080.120.002093.7593.73
HexFEEAE008C0145e5e
Octal37635234001014024136136
Binary11111110111010101110000001000110001010010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEAE0; }

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

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

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

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

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

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

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

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