Shades of Chablis #FEEADE
Tints of Chablis #FEEADE
RGB
CMYK
RGB Variations
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
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>