Shades of Antique White #FCEAD3
Tints of Antique White #FCEAD3
RGB
CMYK
RGB Variations
Color information
#FCEAD3 (or 0xFCEAD3) is known color: Antique White. HEX triplet: FC, EA and D3. RGB value is (252,234,211). Sum of RGB (Red+Green+Blue) = 252+234+211=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 211 (82.81% from 255 or 30.27% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAD3 is #03152C. Grayscale: #ECECEC. Windows color (decimal): -202029 or 13888252. OLE color: 13888252.
HSL color Cylindrical-coordinate representation of color #FCEAD3: hue angle of 33.66º 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 #FCEAD3 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 234 | 211 | - |
CMYK | 0 | 0.07 | 0.16 | 0.01 |
HSL | 33.66º | 0.87% | 0.91% | - |
HSV(B) | 33.66º | 0.16% | 0.99% | - |
XYZ | 81.33 | 84.24 | 73.6 | - |
YUV | 236.76 | 113.46 | 138.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 234 | 211 | 0 | 0.07 | 0.16 | 0.01 | 33.66 | 0.87 | 0.91 |
Hex | FC | EA | D3 | 0 | 7 | 10 | 1 | 22 | 57 | 5B |
Octal | 374 | 352 | 323 | 0 | 7 | 20 | 1 | 42 | 127 | 133 |
Binary | 11111100 | 11101010 | 11010011 | 0 | 111 | 10000 | 1 | 100010 | 1010111 | 1011011 |
Color Harmonies of #FCEAD3
Complementary color
Monochromatic Colors of #FCEAD3
Black with #FCEAD3
Text Example
Text Example
White with #FCEAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEAD3; }
p { color: rgb(252,234,211); }
H1.HeaderClassName
{
color: #FCEAD3;
}
.AnyTagClassName
{
color: #FCEAD3;
}
</style>
background-color css
<style>
a { background-color: #FCEAD3; }
a { background-color: rgb(252,234,211); }
div.DivClassName
{
background-color: #FCEAD3;
}
.BgClassName
{
background-color: #FCEAD3;
}
</style>
border-color css
<style>
span { border-color: #FCEAD3; }
span { border-color: rgb(252,234,211); }
td.TdClassName
{
border-color: #FCEAD3;
}
.TagClassName
{
border-color: #FCEAD3;
}
</style>