Shades of Chablis #FDE8DF
Tints of Chablis #FDE8DF
RGB
CMYK
RGB Variations
Color information
#FDE8DF (or 0xFDE8DF) is known color: Chablis. HEX triplet: FD, E8 and DF. RGB value is (253,232,223). Sum of RGB (Red+Green+Blue) = 253+232+223=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 232 (91.02% from 255 or 32.77% from 708); Blue value is 223 (87.5% from 255 or 31.50% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE8DF is #021720. Grayscale: #EDEDED. Windows color (decimal): -136993 or 14674173. OLE color: 14674173.
HSL color Cylindrical-coordinate representation of color #FDE8DF: hue angle of 18º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDE8DF is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 223 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.01 |
| HSL | 18º | 0.88% | 0.93% | - |
| HSV(B) | 18º | 0.12% | 0.99% | - |
| XYZ | 82.68 | 83.92 | 81.65 | - |
| YUV | 237.25 | 119.96 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 223 | 0 | 0.08 | 0.12 | 0.01 | 18 | 0.88 | 0.93 |
| Hex | FD | E8 | DF | 0 | 8 | C | 1 | 12 | 58 | 5D |
| Octal | 375 | 350 | 337 | 0 | 10 | 14 | 1 | 22 | 130 | 135 |
| Binary | 11111101 | 11101000 | 11011111 | 0 | 1000 | 1100 | 1 | 10010 | 1011000 | 1011101 |
Color Harmonies of #FDE8DF
Complementary color
Monochromatic Colors of #FDE8DF
Black with #FDE8DF
Text Example
Text Example
White with #FDE8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE8DF; }
p { color: rgb(253,232,223); }
H1.HeaderClassName
{
color: #FDE8DF;
}
.AnyTagClassName
{
color: #FDE8DF;
}
</style>
background-color css
<style>
a { background-color: #FDE8DF; }
a { background-color: rgb(253,232,223); }
div.DivClassName
{
background-color: #FDE8DF;
}
.BgClassName
{
background-color: #FDE8DF;
}
</style>
border-color css
<style>
span { border-color: #FDE8DF; }
span { border-color: rgb(253,232,223); }
td.TdClassName
{
border-color: #FDE8DF;
}
.TagClassName
{
border-color: #FDE8DF;
}
</style>