Shades of Chablis #FCE6DB
Tints of Chablis #FCE6DB
RGB
CMYK
RGB Variations
Color information
#FCE6DB (or 0xFCE6DB) is known color: Chablis. HEX triplet: FC, E6 and DB. RGB value is (252,230,219). Sum of RGB (Red+Green+Blue) = 252+230+219=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 230 (90.23% from 255 or 32.81% from 701); Blue value is 219 (85.94% from 255 or 31.24% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6DB is #031924. Grayscale: #EBEBEB. Windows color (decimal): -203045 or 14411516. OLE color: 14411516.
HSL color Cylindrical-coordinate representation of color #FCE6DB: hue angle of 20º 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 #FCE6DB is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 230 | 219 | - |
CMYK | 0 | 0.09 | 0.13 | 0.01 |
HSL | 20º | 0.85% | 0.92% | - |
HSV(B) | 20º | 0.13% | 0.99% | - |
XYZ | 81.23 | 82.4 | 78.64 | - |
YUV | 235.32 | 118.79 | 139.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 230 | 219 | 0 | 0.09 | 0.13 | 0.01 | 20 | 0.85 | 0.92 |
Hex | FC | E6 | DB | 0 | 9 | D | 1 | 14 | 55 | 5C |
Octal | 374 | 346 | 333 | 0 | 11 | 15 | 1 | 24 | 125 | 134 |
Binary | 11111100 | 11100110 | 11011011 | 0 | 1001 | 1101 | 1 | 10100 | 1010101 | 1011100 |
Color Harmonies of #FCE6DB
Complementary color
Monochromatic Colors of #FCE6DB
Black with #FCE6DB
Text Example
Text Example
White with #FCE6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE6DB; }
p { color: rgb(252,230,219); }
H1.HeaderClassName
{
color: #FCE6DB;
}
.AnyTagClassName
{
color: #FCE6DB;
}
</style>
background-color css
<style>
a { background-color: #FCE6DB; }
a { background-color: rgb(252,230,219); }
div.DivClassName
{
background-color: #FCE6DB;
}
.BgClassName
{
background-color: #FCE6DB;
}
</style>
border-color css
<style>
span { border-color: #FCE6DB; }
span { border-color: rgb(252,230,219); }
td.TdClassName
{
border-color: #FCE6DB;
}
.TagClassName
{
border-color: #FCE6DB;
}
</style>