#FAEAE2

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

Shades of Chablis #FAEAE2

Tints of Chablis #FAEAE2

Color information

#FAEAE2 (or 0xFAEAE2) is unknown color: approx Chablis. HEX triplet: FA, EA and E2. RGB value is (250,234,226). Sum of RGB (Red+Green+Blue) = 250+234+226=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 234 (91.80% from 255 or 32.96% from 710); Blue value is 226 (88.67% from 255 or 31.83% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEAE2 is #05151D. Grayscale: #EDEDED. Windows color (decimal): -333086 or 14871290. OLE color: 14871290.

HSL color Cylindrical-coordinate representation of color #FAEAE2: hue angle of 20º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAEAE2 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250234226-
CMYK00.060.100.02
HSL20º70.59%93.33%-
HSV(B)20º9.6%98.04%-
XYZ82.5784.6683.94-
YUV237.87121.3136.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.21%
GREEN value IS 234 (91.80% from 255) = 32.96%
BLUE value IS 226 (88.67% from 255) = 31.83%
R=35.21%
G=32.96%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023422600.060.100.022070.5993.33
HexFAEAE206A214475d
Octal3723523420612224107135
Binary11111010111010101110001001101010101010010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAE2; }

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

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

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

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

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

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

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

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