#FEEAE1

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

Shades of Chablis #FEEAE1

Tints of Chablis #FEEAE1

Color information

#FEEAE1 (or 0xFEEAE1) is unknown color: approx Chablis. HEX triplet: FE, EA and E1. RGB value is (254,234,225). Sum of RGB (Red+Green+Blue) = 254+234+225=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 234 (91.80% from 255 or 32.82% from 713); Blue value is 225 (88.28% from 255 or 31.56% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAE1 is #01151E. Grayscale: #EFEFEF. Windows color (decimal): -70943 or 14805758. OLE color: 14805758.

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

Color convert

RGB254234225-
CMYK00.080.110.00
HSL18.62º93.55%93.92%-
HSV(B)18.62º11.42%99.61%-
XYZ83.8985.3583.29-
YUV238.95120.13138.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.62%
GREEN value IS 234 (91.80% from 255) = 32.82%
BLUE value IS 225 (88.28% from 255) = 31.56%
R=35.62%
G=32.82%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423422500.080.110.0018.6293.5593.92
HexFEEAE108B0135e5e
Octal37635234101013023136136
Binary11111110111010101110000101000101101001110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEAE1; }

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

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

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

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

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

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

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

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