#FAEAE1

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

Shades of Chablis #FAEAE1

Tints of Chablis #FAEAE1

Color information

#FAEAE1 (or 0xFAEAE1) is unknown color: approx Chablis. HEX triplet: FA, EA and E1. RGB value is (250,234,225). Sum of RGB (Red+Green+Blue) = 250+234+225=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 234 (91.80% from 255 or 33.00% from 709); Blue value is 225 (88.28% from 255 or 31.73% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEAE1 is #05151E. Grayscale: #EDEDED. Windows color (decimal): -333087 or 14805754. OLE color: 14805754.

HSL color Cylindrical-coordinate representation of color #FAEAE1: hue angle of 21.6º 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 #FAEAE1 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250234225-
CMYK00.060.100.02
HSL21.6º71.43%93.14%-
HSV(B)21.6º10%98.04%-
XYZ82.4484.6183.22-
YUV237.76120.8136.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.26%
GREEN value IS 234 (91.80% from 255) = 33.00%
BLUE value IS 225 (88.28% from 255) = 31.73%
R=35.26%
G=33.00%
B=31.73%

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
Decimal25023422500.060.100.0221.671.4393.14
HexFAEAE106A216475d
Octal3723523410612226107135
Binary11111010111010101110000101101010101011010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAE1; }

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

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

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

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

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

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

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

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