Shades of Chablis #FDEAE1
Tints of Chablis #FDEAE1
RGB
CMYK
RGB Variations
Color information
#FDEAE1 (or 0xFDEAE1) is known color: Chablis. HEX triplet: FD, EA and E1. RGB value is (253,234,225). Sum of RGB (Red+Green+Blue) = 253+234+225=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 234 (91.80% from 255 or 32.87% from 712); Blue value is 225 (88.28% from 255 or 31.60% from 712); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEAE1 is #02151E. Grayscale: #EEEEEE. Windows color (decimal): -136479 or 14805757. OLE color: 14805757.
HSL color Cylindrical-coordinate representation of color #FDEAE1: hue angle of 19.29º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDEAE1 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 225 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.01 |
| HSL | 19.29º | 0.88% | 0.94% | - |
| HSV(B) | 19.29º | 0.11% | 0.99% | - |
| XYZ | 83.52 | 85.16 | 83.27 | - |
| YUV | 238.66 | 120.29 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 225 | 0 | 0.08 | 0.11 | 0.01 | 19.29 | 0.88 | 0.94 |
| Hex | FD | EA | E1 | 0 | 8 | B | 1 | 13 | 58 | 5E |
| Octal | 375 | 352 | 341 | 0 | 10 | 13 | 1 | 23 | 130 | 136 |
| Binary | 11111101 | 11101010 | 11100001 | 0 | 1000 | 1011 | 1 | 10011 | 1011000 | 1011110 |
Color Harmonies of #FDEAE1
Complementary color
Monochromatic Colors of #FDEAE1
Black with #FDEAE1
Text Example
Text Example
White with #FDEAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEAE1; }
p { color: rgb(253,234,225); }
H1.HeaderClassName
{
color: #FDEAE1;
}
.AnyTagClassName
{
color: #FDEAE1;
}
</style>
background-color css
<style>
a { background-color: #FDEAE1; }
a { background-color: rgb(253,234,225); }
div.DivClassName
{
background-color: #FDEAE1;
}
.BgClassName
{
background-color: #FDEAE1;
}
</style>
border-color css
<style>
span { border-color: #FDEAE1; }
span { border-color: rgb(253,234,225); }
td.TdClassName
{
border-color: #FDEAE1;
}
.TagClassName
{
border-color: #FDEAE1;
}
</style>