Shades of Chablis #FDECE2
Tints of Chablis #FDECE2
RGB
CMYK
RGB Variations
Color information
#FDECE2 (or 0xFDECE2) is known color: Chablis. HEX triplet: FD, EC and E2. RGB value is (253,236,226). Sum of RGB (Red+Green+Blue) = 253+236+226=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 236 (92.58% from 255 or 33.01% from 715); Blue value is 226 (88.67% from 255 or 31.61% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECE2 is #02131D. Grayscale: #F0F0F0. Windows color (decimal): -135966 or 14871805. OLE color: 14871805.
HSL color Cylindrical-coordinate representation of color #FDECE2: hue angle of 22.22º degrees, saturation: 0.87, 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 #FDECE2 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 226 | - |
CMYK | 0 | 0.07 | 0.11 | 0.01 |
HSL | 22.22º | 0.87% | 0.94% | - |
HSV(B) | 22.22º | 0.11% | 0.99% | - |
XYZ | 84.23 | 86.36 | 84.18 | - |
YUV | 239.94 | 120.13 | 137.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 226 | 0 | 0.07 | 0.11 | 0.01 | 22.22 | 0.87 | 0.94 |
Hex | FD | EC | E2 | 0 | 7 | B | 1 | 16 | 57 | 5E |
Octal | 375 | 354 | 342 | 0 | 7 | 13 | 1 | 26 | 127 | 136 |
Binary | 11111101 | 11101100 | 11100010 | 0 | 111 | 1011 | 1 | 10110 | 1010111 | 1011110 |
Color Harmonies of #FDECE2
Complementary color
Monochromatic Colors of #FDECE2
Black with #FDECE2
Text Example
Text Example
White with #FDECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECE2; }
p { color: rgb(253,236,226); }
H1.HeaderClassName
{
color: #FDECE2;
}
.AnyTagClassName
{
color: #FDECE2;
}
</style>
background-color css
<style>
a { background-color: #FDECE2; }
a { background-color: rgb(253,236,226); }
div.DivClassName
{
background-color: #FDECE2;
}
.BgClassName
{
background-color: #FDECE2;
}
</style>
border-color css
<style>
span { border-color: #FDECE2; }
span { border-color: rgb(253,236,226); }
td.TdClassName
{
border-color: #FDECE2;
}
.TagClassName
{
border-color: #FDECE2;
}
</style>