Shades of Chablis #FCECE3
Tints of Chablis #FCECE3
RGB
CMYK
RGB Variations
Color information
#FCECE3 (or 0xFCECE3) is known color: Chablis. HEX triplet: FC, EC and E3. RGB value is (252,236,227). Sum of RGB (Red+Green+Blue) = 252+236+227=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 236 (92.58% from 255 or 33.01% from 715); Blue value is 227 (89.06% from 255 or 31.75% from 715); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECE3 is #03131C. Grayscale: #EFEFEF. Windows color (decimal): -201501 or 14937340. OLE color: 14937340.
HSL color Cylindrical-coordinate representation of color #FCECE3: hue angle of 21.6º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCECE3 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 236 | 227 | - |
CMYK | 0 | 0.06 | 0.10 | 0.01 |
HSL | 21.6º | 0.81% | 0.94% | - |
HSV(B) | 21.6º | 0.1% | 0.99% | - |
XYZ | 84.01 | 86.23 | 84.89 | - |
YUV | 239.76 | 120.8 | 136.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 236 | 227 | 0 | 0.06 | 0.10 | 0.01 | 21.6 | 0.81 | 0.94 |
Hex | FC | EC | E3 | 0 | 6 | A | 1 | 16 | 51 | 5E |
Octal | 374 | 354 | 343 | 0 | 6 | 12 | 1 | 26 | 121 | 136 |
Binary | 11111100 | 11101100 | 11100011 | 0 | 110 | 1010 | 1 | 10110 | 1010001 | 1011110 |
Color Harmonies of #FCECE3
Complementary color
Monochromatic Colors of #FCECE3
Black with #FCECE3
Text Example
Text Example
White with #FCECE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECE3; }
p { color: rgb(252,236,227); }
H1.HeaderClassName
{
color: #FCECE3;
}
.AnyTagClassName
{
color: #FCECE3;
}
</style>
background-color css
<style>
a { background-color: #FCECE3; }
a { background-color: rgb(252,236,227); }
div.DivClassName
{
background-color: #FCECE3;
}
.BgClassName
{
background-color: #FCECE3;
}
</style>
border-color css
<style>
span { border-color: #FCECE3; }
span { border-color: rgb(252,236,227); }
td.TdClassName
{
border-color: #FCECE3;
}
.TagClassName
{
border-color: #FCECE3;
}
</style>