Shades of Antique White #FCECDA
Tints of Antique White #FCECDA
RGB
CMYK
RGB Variations
Color information
#FCECDA (or 0xFCECDA) is known color: Antique White. HEX triplet: FC, EC and DA. RGB value is (252,236,218). Sum of RGB (Red+Green+Blue) = 252+236+218=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 236 (92.58% from 255 or 33.43% from 706); Blue value is 218 (85.55% from 255 or 30.88% from 706); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECDA is #031325. Grayscale: #EEEEEE. Windows color (decimal): -201510 or 14347516. OLE color: 14347516.
HSL color Cylindrical-coordinate representation of color #FCECDA: hue angle of 31.76º 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 #FCECDA is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 236 | 218 | - |
CMYK | 0 | 0.06 | 0.13 | 0.01 |
HSL | 31.76º | 0.85% | 0.92% | - |
HSV(B) | 31.76º | 0.13% | 0.99% | - |
XYZ | 82.8 | 85.75 | 78.52 | - |
YUV | 238.73 | 116.3 | 137.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 236 | 218 | 0 | 0.06 | 0.13 | 0.01 | 31.76 | 0.85 | 0.92 |
Hex | FC | EC | DA | 0 | 6 | D | 1 | 20 | 55 | 5C |
Octal | 374 | 354 | 332 | 0 | 6 | 15 | 1 | 40 | 125 | 134 |
Binary | 11111100 | 11101100 | 11011010 | 0 | 110 | 1101 | 1 | 100000 | 1010101 | 1011100 |
Color Harmonies of #FCECDA
Complementary color
Monochromatic Colors of #FCECDA
Black with #FCECDA
Text Example
Text Example
White with #FCECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECDA; }
p { color: rgb(252,236,218); }
H1.HeaderClassName
{
color: #FCECDA;
}
.AnyTagClassName
{
color: #FCECDA;
}
</style>
background-color css
<style>
a { background-color: #FCECDA; }
a { background-color: rgb(252,236,218); }
div.DivClassName
{
background-color: #FCECDA;
}
.BgClassName
{
background-color: #FCECDA;
}
</style>
border-color css
<style>
span { border-color: #FCECDA; }
span { border-color: rgb(252,236,218); }
td.TdClassName
{
border-color: #FCECDA;
}
.TagClassName
{
border-color: #FCECDA;
}
</style>