Html Css Color HEX #FEEAE1 Chablis

📋 copy color: '#FEEAE1'

red 254 ◦ green 234 ◦ blue 225

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

Shades of Chablis #FEEAE1

Tints of Chablis #FEEAE1

RGB

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

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

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

R = 35.62%
G = 32.82%
B = 31.56%

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

#FEEAE1 (or 0xFEEAE1) is known color: Chablis. HEX triplet: FE, EA and E1. RGB value is (254,234,225). Sum of RGB (Red+Green+Blue) = 254+234+225=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 234 (91.80% from 255 or 32.82% from 713); Blue value is 225 (88.28% from 255 or 31.56% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAE1 is #01151E. Grayscale: #EFEFEF. Windows color (decimal): -70943 or 14805758. OLE color: 14805758.

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

Color convert

RGB 254 234 225 -
CMYK 0 0.08 0.11 0.00
HSL 18.62º 0.94% 0.94% -
HSV(B) 18.62º 0.11% 1% -
XYZ 83.89 85.35 83.29 -
YUV 238.95 120.13 138.73 -
System Red Green Blue C M Y K H S L
Decimal 254 234 225 0 0.08 0.11 0.00 18.62 0.94 0.94
Hex FE EA E1 0 8 B 0 13 5E 5E
Octal 376 352 341 0 10 13 0 23 136 136
Binary 11111110 11101010 11100001 0 1000 1011 0 10011 1011110 1011110

Color Harmonies of #FEEAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEAE1

Black with #FEEAE1

Text Example


Text Example

White with #FEEAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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