Html Css Color HEX #FCEAE0 Chablis

📋 copy color: '#FCEAE0'

red 252 ◦ green 234 ◦ blue 224

#FCEAE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chablis #FCEAE0

Tints of Chablis #FCEAE0

RGB

 RED value IS 252 (98.83% from 255) = 35.49%

 GREEN value IS 234 (91.8% 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 value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCEAE0 (or 0xFCEAE0) is known color: 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

RGB 252 234 224 -
CMYK 0 0.07 0.11 0.01
HSL 21.43º 0.82% 0.93% -
HSV(B) 21.43º 0.11% 0.99% -
XYZ 83.02 84.92 82.54 -
YUV 238.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 252 234 224 0 0.07 0.11 0.01 21.43 0.82 0.93
Hex FC EA E0 0 7 B 1 15 52 5D
Octal 374 352 340 0 7 13 1 25 122 135
Binary 11111100 11101010 11100000 0 111 1011 1 10101 1010010 1011101

Color Harmonies of #FCEAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEAE0

Black with #FCEAE0

Text Example


Text Example

White with #FCEAE0

Text Example


Text Example

HTML Codes & Css Web 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>