Shades of Chablis #FEEBE0
Tints of Chablis #FEEBE0
RGB
CMYK
RGB Variations
Color information
#FEEBE0 (or 0xFEEBE0) is known color: Chablis. HEX triplet: FE, EB and E0. RGB value is (254,235,224). Sum of RGB (Red+Green+Blue) = 254+235+224=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 235 (92.19% from 255 or 32.96% from 713); Blue value is 224 (87.89% from 255 or 31.42% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBE0 is #01141F. Grayscale: #EFEFEF. Windows color (decimal): -70688 or 14740478. OLE color: 14740478.
HSL color Cylindrical-coordinate representation of color #FEEBE0: hue angle of 22º 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 #FEEBE0 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 224 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.00 |
| HSL | 22º | 0.94% | 0.94% | - |
| HSV(B) | 22º | 0.12% | 1% | - |
| XYZ | 84.04 | 85.87 | 82.67 | - |
| YUV | 239.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 224 | 0 | 0.07 | 0.12 | 0.00 | 22 | 0.94 | 0.94 |
| Hex | FE | EB | E0 | 0 | 7 | C | 0 | 16 | 5E | 5E |
| Octal | 376 | 353 | 340 | 0 | 7 | 14 | 0 | 26 | 136 | 136 |
| Binary | 11111110 | 11101011 | 11100000 | 0 | 111 | 1100 | 0 | 10110 | 1011110 | 1011110 |
Color Harmonies of #FEEBE0
Complementary color
Monochromatic Colors of #FEEBE0
Black with #FEEBE0
Text Example
Text Example
White with #FEEBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBE0; }
p { color: rgb(254,235,224); }
H1.HeaderClassName
{
color: #FEEBE0;
}
.AnyTagClassName
{
color: #FEEBE0;
}
</style>
background-color css
<style>
a { background-color: #FEEBE0; }
a { background-color: rgb(254,235,224); }
div.DivClassName
{
background-color: #FEEBE0;
}
.BgClassName
{
background-color: #FEEBE0;
}
</style>
border-color css
<style>
span { border-color: #FEEBE0; }
span { border-color: rgb(254,235,224); }
td.TdClassName
{
border-color: #FEEBE0;
}
.TagClassName
{
border-color: #FEEBE0;
}
</style>