Shades of Chablis #FEEBDF
Tints of Chablis #FEEBDF
RGB
CMYK
RGB Variations
Color information
#FEEBDF (or 0xFEEBDF) is known color: Chablis. HEX triplet: FE, EB and DF. RGB value is (254,235,223). Sum of RGB (Red+Green+Blue) = 254+235+223=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 235 (92.19% from 255 or 33.01% from 712); Blue value is 223 (87.5% from 255 or 31.32% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBDF is #011420. Grayscale: #EFEFEF. Windows color (decimal): -70689 or 14674942. OLE color: 14674942.
HSL color Cylindrical-coordinate representation of color #FEEBDF: hue angle of 23.23º 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 #FEEBDF is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 223 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.00 |
| HSL | 23.23º | 0.94% | 0.94% | - |
| HSV(B) | 23.23º | 0.12% | 1% | - |
| XYZ | 83.9 | 85.82 | 81.95 | - |
| YUV | 239.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 223 | 0 | 0.07 | 0.12 | 0.00 | 23.23 | 0.94 | 0.94 |
| Hex | FE | EB | DF | 0 | 7 | C | 0 | 17 | 5E | 5E |
| Octal | 376 | 353 | 337 | 0 | 7 | 14 | 0 | 27 | 136 | 136 |
| Binary | 11111110 | 11101011 | 11011111 | 0 | 111 | 1100 | 0 | 10111 | 1011110 | 1011110 |
Color Harmonies of #FEEBDF
Complementary color
Monochromatic Colors of #FEEBDF
Black with #FEEBDF
Text Example
Text Example
White with #FEEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBDF; }
p { color: rgb(254,235,223); }
H1.HeaderClassName
{
color: #FEEBDF;
}
.AnyTagClassName
{
color: #FEEBDF;
}
</style>
background-color css
<style>
a { background-color: #FEEBDF; }
a { background-color: rgb(254,235,223); }
div.DivClassName
{
background-color: #FEEBDF;
}
.BgClassName
{
background-color: #FEEBDF;
}
</style>
border-color css
<style>
span { border-color: #FEEBDF; }
span { border-color: rgb(254,235,223); }
td.TdClassName
{
border-color: #FEEBDF;
}
.TagClassName
{
border-color: #FEEBDF;
}
</style>