#FCEAE0

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

Shades of Chablis #FCEAE0

Tints of Chablis #FCEAE0

Color information

#FCEAE0 (or 0xFCEAE0) is unknown color: approx Chablis. HEX triplet: FC, EA and E0. RGB value is (252,234,224). Sum of RGB (Red+Green+Blue) = 252+234+224=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 234 (91.80% from 255 or 32.96% from 710); Blue value is 224 (87.89% from 255 or 31.55% from 710); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAE0 is #03151F. Grayscale: #EEEEEE. Windows color (decimal): -202016 or 14740220. OLE color: 14740220.

HSL color Cylindrical-coordinate representation of color #FCEAE0: hue angle of 21.43º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCEAE0 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB252234224-
CMYK00.070.110.01
HSL21.43º82.35%93.33%-
HSV(B)21.43º11.11%98.82%-
XYZ83.0284.9282.54-
YUV238.24119.96137.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.49%
GREEN value IS 234 (91.80% from 255) = 32.96%
BLUE value IS 224 (87.89% from 255) = 31.55%
R=35.49%
G=32.96%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223422400.070.110.0121.4382.3593.33
HexFCEAE007B115525d
Octal3743523400713125122135
Binary1111110011101010111000000111101111010110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEAE0; }

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

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

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

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

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

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

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

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