Shades of Antique White #FCECD4
Tints of Antique White #FCECD4
RGB
CMYK
RGB Variations
Color information
#FCECD4 (or 0xFCECD4) is known color: Antique White. HEX triplet: FC, EC and D4. RGB value is (252,236,212). Sum of RGB (Red+Green+Blue) = 252+236+212=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 236 (92.58% from 255 or 33.71% from 700); Blue value is 212 (83.20% from 255 or 30.29% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECD4 is #03132B. Grayscale: #EEEEEE. Windows color (decimal): -201516 or 13954300. OLE color: 13954300.
HSL color Cylindrical-coordinate representation of color #FCECD4: hue angle of 36º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FCECD4 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 212 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.01 |
| HSL | 36º | 0.87% | 0.91% | - |
| HSV(B) | 36º | 0.16% | 0.99% | - |
| XYZ | 82.02 | 85.44 | 74.46 | - |
| YUV | 238.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 212 | 0 | 0.06 | 0.16 | 0.01 | 36 | 0.87 | 0.91 |
| Hex | FC | EC | D4 | 0 | 6 | 10 | 1 | 24 | 57 | 5B |
| Octal | 374 | 354 | 324 | 0 | 6 | 20 | 1 | 44 | 127 | 133 |
| Binary | 11111100 | 11101100 | 11010100 | 0 | 110 | 10000 | 1 | 100100 | 1010111 | 1011011 |
Color Harmonies of #FCECD4
Complementary color
Monochromatic Colors of #FCECD4
Black with #FCECD4
Text Example
Text Example
White with #FCECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECD4; }
p { color: rgb(252,236,212); }
H1.HeaderClassName
{
color: #FCECD4;
}
.AnyTagClassName
{
color: #FCECD4;
}
</style>
background-color css
<style>
a { background-color: #FCECD4; }
a { background-color: rgb(252,236,212); }
div.DivClassName
{
background-color: #FCECD4;
}
.BgClassName
{
background-color: #FCECD4;
}
</style>
border-color css
<style>
span { border-color: #FCECD4; }
span { border-color: rgb(252,236,212); }
td.TdClassName
{
border-color: #FCECD4;
}
.TagClassName
{
border-color: #FCECD4;
}
</style>