Html Css Color HEX #FEEAE2 Chablis

📋 copy color: '#FEEAE2'

red 254 ◦ green 234 ◦ blue 226

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

Shades of Chablis #FEEAE2

Tints of Chablis #FEEAE2

RGB

 RED value IS 254 (99.61% from 255) = 35.57%

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

 BLUE value IS 226 (88.67% from 255) = 31.65%

R = 35.57%
G = 32.77%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FEEAE2 (or 0xFEEAE2) is known color: Chablis. HEX triplet: FE, EA and E2. RGB value is (254,234,226). Sum of RGB (Red+Green+Blue) = 254+234+226=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 234 (91.80% from 255 or 32.77% from 714); Blue value is 226 (88.67% from 255 or 31.65% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAE2 is #01151D. Grayscale: #EFEFEF. Windows color (decimal): -70942 or 14871294. OLE color: 14871294.

HSL color Cylindrical-coordinate representation of color #FEEAE2: hue angle of 17.14º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEEAE2 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 234 226 -
CMYK 0 0.08 0.11 0.00
HSL 17.14º 0.93% 0.94% -
HSV(B) 17.14º 0.11% 1% -
XYZ 84.02 85.41 84.01 -
YUV 239.07 120.63 138.65 -
System Red Green Blue C M Y K H S L
Decimal 254 234 226 0 0.08 0.11 0.00 17.14 0.93 0.94
Hex FE EA E2 0 8 B 0 11 5D 5E
Octal 376 352 342 0 10 13 0 21 135 136
Binary 11111110 11101010 11100010 0 1000 1011 0 10001 1011101 1011110

Color Harmonies of #FEEAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEAE2

Black with #FEEAE2

Text Example


Text Example

White with #FEEAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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