Html Css Color HEX #FEEAE0 Chablis

📋 copy color: '#FEEAE0'

red 254 ◦ green 234 ◦ blue 224

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

Shades of Chablis #FEEAE0

Tints of Chablis #FEEAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 31.46%

R = 35.67%
G = 32.87%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FEEAE0 (or 0xFEEAE0) is known color: Chablis. HEX triplet: FE, EA and E0. RGB value is (254,234,224). Sum of RGB (Red+Green+Blue) = 254+234+224=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 234 (91.80% from 255 or 32.87% from 712); Blue value is 224 (87.89% from 255 or 31.46% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAE0 is #01151F. Grayscale: #EEEEEE. Windows color (decimal): -70944 or 14740222. OLE color: 14740222.

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

Color convert

RGB 254 234 224 -
CMYK 0 0.08 0.12 0.00
HSL 20º 0.94% 0.94% -
HSV(B) 20º 0.12% 1% -
XYZ 83.75 85.3 82.57 -
YUV 238.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 254 234 224 0 0.08 0.12 0.00 20 0.94 0.94
Hex FE EA E0 0 8 C 0 14 5E 5E
Octal 376 352 340 0 10 14 0 24 136 136
Binary 11111110 11101010 11100000 0 1000 1100 0 10100 1011110 1011110

Color Harmonies of #FEEAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEAE0

Black with #FEEAE0

Text Example


Text Example

White with #FEEAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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