#FEEAE2

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

Shades of Chablis #FEEAE2

Tints of Chablis #FEEAE2

Color information

#FEEAE2 (or 0xFEEAE2) is unknown color: approx Chablis. HEX triplet: FE, EA and E2. RGB value is (254,234,226). Sum of RGB (Red+Green+Blue) = 254+234+226=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 234 (91.80% from 255 or 32.77% from 714); Blue value is 226 (88.67% from 255 or 31.65% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAE2 is #01151D. Grayscale: #EFEFEF. Windows color (decimal): -70942 or 14871294. OLE color: 14871294.

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

Color convert

RGB254234226-
CMYK00.080.110.00
HSL17.14º93.33%94.12%-
HSV(B)17.14º11.02%99.61%-
XYZ84.0285.4184.01-
YUV239.07120.63138.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.57%
GREEN value IS 234 (91.80% from 255) = 32.77%
BLUE value IS 226 (88.67% from 255) = 31.65%
R=35.57%
G=32.77%
B=31.65%

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
Decimal25423422600.080.110.0017.1493.3394.12
HexFEEAE208B0115d5e
Octal37635234201013021135136
Binary11111110111010101110001001000101101000110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEAE2; }

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

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

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

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

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

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

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

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