Shades of Chablis #FDEADF
Tints of Chablis #FDEADF
RGB
CMYK
RGB Variations
Color information
#FDEADF (or 0xFDEADF) is known color: Chablis. HEX triplet: FD, EA and DF. RGB value is (253,234,223). Sum of RGB (Red+Green+Blue) = 253+234+223=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 234 (91.80% from 255 or 32.96% from 710); Blue value is 223 (87.5% from 255 or 31.41% from 710); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEADF is #021520. Grayscale: #EEEEEE. Windows color (decimal): -136481 or 14674685. OLE color: 14674685.
HSL color Cylindrical-coordinate representation of color #FDEADF: hue angle of 22º 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 #FDEADF is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 223 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.01 |
| HSL | 22º | 0.88% | 0.93% | - |
| HSV(B) | 22º | 0.12% | 0.99% | - |
| XYZ | 83.25 | 85.06 | 81.84 | - |
| YUV | 238.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 223 | 0 | 0.08 | 0.12 | 0.01 | 22 | 0.88 | 0.93 |
| Hex | FD | EA | DF | 0 | 8 | C | 1 | 16 | 58 | 5D |
| Octal | 375 | 352 | 337 | 0 | 10 | 14 | 1 | 26 | 130 | 135 |
| Binary | 11111101 | 11101010 | 11011111 | 0 | 1000 | 1100 | 1 | 10110 | 1011000 | 1011101 |
Color Harmonies of #FDEADF
Complementary color
Monochromatic Colors of #FDEADF
Black with #FDEADF
Text Example
Text Example
White with #FDEADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEADF; }
p { color: rgb(253,234,223); }
H1.HeaderClassName
{
color: #FDEADF;
}
.AnyTagClassName
{
color: #FDEADF;
}
</style>
background-color css
<style>
a { background-color: #FDEADF; }
a { background-color: rgb(253,234,223); }
div.DivClassName
{
background-color: #FDEADF;
}
.BgClassName
{
background-color: #FDEADF;
}
</style>
border-color css
<style>
span { border-color: #FDEADF; }
span { border-color: rgb(253,234,223); }
td.TdClassName
{
border-color: #FDEADF;
}
.TagClassName
{
border-color: #FDEADF;
}
</style>