Shades of Chablis #FEEBE2
Tints of Chablis #FEEBE2
RGB
CMYK
RGB Variations
Color information
#FEEBE2 (or 0xFEEBE2) is known color: Chablis. HEX triplet: FE, EB and E2. RGB value is (254,235,226). Sum of RGB (Red+Green+Blue) = 254+235+226=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 235 (92.19% from 255 or 32.87% from 715); Blue value is 226 (88.67% from 255 or 31.61% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBE2 is #01141D. Grayscale: #EFEFEF. Windows color (decimal): -70686 or 14871550. OLE color: 14871550.
HSL color Cylindrical-coordinate representation of color #FEEBE2: hue angle of 19.29º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEEBE2 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 226 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.00 |
| HSL | 19.29º | 0.93% | 0.94% | - |
| HSV(B) | 19.29º | 0.11% | 1% | - |
| XYZ | 84.31 | 85.98 | 84.1 | - |
| YUV | 239.66 | 120.29 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 226 | 0 | 0.07 | 0.11 | 0.00 | 19.29 | 0.93 | 0.94 |
| Hex | FE | EB | E2 | 0 | 7 | B | 0 | 13 | 5D | 5E |
| Octal | 376 | 353 | 342 | 0 | 7 | 13 | 0 | 23 | 135 | 136 |
| Binary | 11111110 | 11101011 | 11100010 | 0 | 111 | 1011 | 0 | 10011 | 1011101 | 1011110 |
Color Harmonies of #FEEBE2
Complementary color
Monochromatic Colors of #FEEBE2
Black with #FEEBE2
Text Example
Text Example
White with #FEEBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBE2; }
p { color: rgb(254,235,226); }
H1.HeaderClassName
{
color: #FEEBE2;
}
.AnyTagClassName
{
color: #FEEBE2;
}
</style>
background-color css
<style>
a { background-color: #FEEBE2; }
a { background-color: rgb(254,235,226); }
div.DivClassName
{
background-color: #FEEBE2;
}
.BgClassName
{
background-color: #FEEBE2;
}
</style>
border-color css
<style>
span { border-color: #FEEBE2; }
span { border-color: rgb(254,235,226); }
td.TdClassName
{
border-color: #FEEBE2;
}
.TagClassName
{
border-color: #FEEBE2;
}
</style>