Html Css Color HEX #FCEAE1 Chablis

📋 copy color: '#FCEAE1'

red 252 ◦ green 234 ◦ blue 225

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

Shades of Chablis #FCEAE1

Tints of Chablis #FCEAE1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 32.91%

 BLUE value IS 225 (88.28% from 255) = 31.65%

R = 35.44%
G = 32.91%
B = 31.65%

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

#FCEAE1 (or 0xFCEAE1) is known color: Chablis. HEX triplet: FC, EA and E1. RGB value is (252,234,225). Sum of RGB (Red+Green+Blue) = 252+234+225=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 234 (91.80% from 255 or 32.91% from 711); Blue value is 225 (88.28% from 255 or 31.65% from 711); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAE1 is #03151E. Grayscale: #EEEEEE. Windows color (decimal): -202015 or 14805756. OLE color: 14805756.

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

Color convert

RGB 252 234 225 -
CMYK 0 0.07 0.11 0.01
HSL 20º 0.82% 0.94% -
HSV(B) 20º 0.11% 0.99% -
XYZ 83.16 84.98 83.25 -
YUV 238.36 120.46 137.73 -
System Red Green Blue C M Y K H S L
Decimal 252 234 225 0 0.07 0.11 0.01 20 0.82 0.94
Hex FC EA E1 0 7 B 1 14 52 5E
Octal 374 352 341 0 7 13 1 24 122 136
Binary 11111100 11101010 11100001 0 111 1011 1 10100 1010010 1011110

Color Harmonies of #FCEAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEAE1

Black with #FCEAE1

Text Example


Text Example

White with #FCEAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEAE1; }

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

 H1.HeaderClassName
 {
   color: #FCEAE1;
 }
 .AnyTagClassName
 {
   color: #FCEAE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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