Shades of Antique White #FCECD6
Tints of Antique White #FCECD6
RGB
CMYK
RGB Variations
Color information
#FCECD6 (or 0xFCECD6) is known color: Antique White. HEX triplet: FC, EC and D6. RGB value is (252,236,214). Sum of RGB (Red+Green+Blue) = 252+236+214=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 236 (92.58% from 255 or 33.62% from 702); Blue value is 214 (83.98% from 255 or 30.48% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECD6 is #031329. Grayscale: #EEEEEE. Windows color (decimal): -201514 or 14085372. OLE color: 14085372.
HSL color Cylindrical-coordinate representation of color #FCECD6: hue angle of 34.74º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCECD6 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 214 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.01 |
| HSL | 34.74º | 0.86% | 0.91% | - |
| HSV(B) | 34.74º | 0.15% | 0.99% | - |
| XYZ | 82.28 | 85.54 | 75.79 | - |
| YUV | 238.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 214 | 0 | 0.06 | 0.15 | 0.01 | 34.74 | 0.86 | 0.91 |
| Hex | FC | EC | D6 | 0 | 6 | F | 1 | 23 | 56 | 5B |
| Octal | 374 | 354 | 326 | 0 | 6 | 17 | 1 | 43 | 126 | 133 |
| Binary | 11111100 | 11101100 | 11010110 | 0 | 110 | 1111 | 1 | 100011 | 1010110 | 1011011 |
Color Harmonies of #FCECD6
Complementary color
Monochromatic Colors of #FCECD6
Black with #FCECD6
Text Example
Text Example
White with #FCECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECD6; }
p { color: rgb(252,236,214); }
H1.HeaderClassName
{
color: #FCECD6;
}
.AnyTagClassName
{
color: #FCECD6;
}
</style>
background-color css
<style>
a { background-color: #FCECD6; }
a { background-color: rgb(252,236,214); }
div.DivClassName
{
background-color: #FCECD6;
}
.BgClassName
{
background-color: #FCECD6;
}
</style>
border-color css
<style>
span { border-color: #FCECD6; }
span { border-color: rgb(252,236,214); }
td.TdClassName
{
border-color: #FCECD6;
}
.TagClassName
{
border-color: #FCECD6;
}
</style>