Html Css Color HEX #FEEADE Chablis

📋 copy color: '#FEEADE'

red 254 ◦ green 234 ◦ blue 222

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

Shades of Chablis #FEEADE

Tints of Chablis #FEEADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 31.27%

R = 35.77%
G = 32.96%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEEADE (or 0xFEEADE) is known color: Chablis. HEX triplet: FE, EA and DE. RGB value is (254,234,222). Sum of RGB (Red+Green+Blue) = 254+234+222=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 234 (91.80% from 255 or 32.96% from 710); Blue value is 222 (87.11% from 255 or 31.27% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEADE is #011521. Grayscale: #EEEEEE. Windows color (decimal): -70946 or 14609150. OLE color: 14609150.

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

Color convert

RGB 254 234 222 -
CMYK 0 0.08 0.13 0.00
HSL 22.5º 0.94% 0.93% -
HSV(B) 22.5º 0.13% 1% -
XYZ 83.48 85.19 81.15 -
YUV 238.61 118.63 138.98 -
System Red Green Blue C M Y K H S L
Decimal 254 234 222 0 0.08 0.13 0.00 22.5 0.94 0.93
Hex FE EA DE 0 8 D 0 16 5E 5D
Octal 376 352 336 0 10 15 0 26 136 135
Binary 11111110 11101010 11011110 0 1000 1101 0 10110 1011110 1011101

Color Harmonies of #FEEADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEADE

Black with #FEEADE

Text Example


Text Example

White with #FEEADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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