Shades of Chablis #FCE7DB
Tints of Chablis #FCE7DB
RGB
CMYK
RGB Variations
Color information
#FCE7DB (or 0xFCE7DB) is known color: Chablis. HEX triplet: FC, E7 and DB. RGB value is (252,231,219). Sum of RGB (Red+Green+Blue) = 252+231+219=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 231 (90.62% from 255 or 32.91% from 702); Blue value is 219 (85.94% from 255 or 31.20% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE7DB is #031824. Grayscale: #EBEBEB. Windows color (decimal): -202789 or 14411772. OLE color: 14411772.
HSL color Cylindrical-coordinate representation of color #FCE7DB: hue angle of 21.82º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCE7DB is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 231 | 219 | - |
CMYK | 0 | 0.08 | 0.13 | 0.01 |
HSL | 21.82º | 0.85% | 0.92% | - |
HSV(B) | 21.82º | 0.13% | 0.99% | - |
XYZ | 81.51 | 82.96 | 78.74 | - |
YUV | 235.91 | 118.46 | 139.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 231 | 219 | 0 | 0.08 | 0.13 | 0.01 | 21.82 | 0.85 | 0.92 |
Hex | FC | E7 | DB | 0 | 8 | D | 1 | 16 | 55 | 5C |
Octal | 374 | 347 | 333 | 0 | 10 | 15 | 1 | 26 | 125 | 134 |
Binary | 11111100 | 11100111 | 11011011 | 0 | 1000 | 1101 | 1 | 10110 | 1010101 | 1011100 |
Color Harmonies of #FCE7DB
Complementary color
Monochromatic Colors of #FCE7DB
Black with #FCE7DB
Text Example
Text Example
White with #FCE7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE7DB; }
p { color: rgb(252,231,219); }
H1.HeaderClassName
{
color: #FCE7DB;
}
.AnyTagClassName
{
color: #FCE7DB;
}
</style>
background-color css
<style>
a { background-color: #FCE7DB; }
a { background-color: rgb(252,231,219); }
div.DivClassName
{
background-color: #FCE7DB;
}
.BgClassName
{
background-color: #FCE7DB;
}
</style>
border-color css
<style>
span { border-color: #FCE7DB; }
span { border-color: rgb(252,231,219); }
td.TdClassName
{
border-color: #FCE7DB;
}
.TagClassName
{
border-color: #FCE7DB;
}
</style>