Shades of Chablis #FDE6DA
Tints of Chablis #FDE6DA
RGB
CMYK
RGB Variations
Color information
#FDE6DA (or 0xFDE6DA) is known color: Chablis. HEX triplet: FD, E6 and DA. RGB value is (253,230,218). Sum of RGB (Red+Green+Blue) = 253+230+218=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 230 (90.23% from 255 or 32.81% from 701); Blue value is 218 (85.55% from 255 or 31.10% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE6DA is #021925. Grayscale: #EBEBEB. Windows color (decimal): -137510 or 14345981. OLE color: 14345981.
HSL color Cylindrical-coordinate representation of color #FDE6DA: hue angle of 20.57º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDE6DA is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 218 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.01 |
| HSL | 20.57º | 0.9% | 0.92% | - |
| HSV(B) | 20.57º | 0.14% | 0.99% | - |
| XYZ | 81.46 | 82.54 | 77.97 | - |
| YUV | 235.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 218 | 0 | 0.09 | 0.14 | 0.01 | 20.57 | 0.9 | 0.92 |
| Hex | FD | E6 | DA | 0 | 9 | E | 1 | 15 | 5A | 5C |
| Octal | 375 | 346 | 332 | 0 | 11 | 16 | 1 | 25 | 132 | 134 |
| Binary | 11111101 | 11100110 | 11011010 | 0 | 1001 | 1110 | 1 | 10101 | 1011010 | 1011100 |
Color Harmonies of #FDE6DA
Complementary color
Monochromatic Colors of #FDE6DA
Black with #FDE6DA
Text Example
Text Example
White with #FDE6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE6DA; }
p { color: rgb(253,230,218); }
H1.HeaderClassName
{
color: #FDE6DA;
}
.AnyTagClassName
{
color: #FDE6DA;
}
</style>
background-color css
<style>
a { background-color: #FDE6DA; }
a { background-color: rgb(253,230,218); }
div.DivClassName
{
background-color: #FDE6DA;
}
.BgClassName
{
background-color: #FDE6DA;
}
</style>
border-color css
<style>
span { border-color: #FDE6DA; }
span { border-color: rgb(253,230,218); }
td.TdClassName
{
border-color: #FDE6DA;
}
.TagClassName
{
border-color: #FDE6DA;
}
</style>