Shades of Antique White #FCEAD4
Tints of Antique White #FCEAD4
RGB
CMYK
RGB Variations
Color information
#FCEAD4 (or 0xFCEAD4) is known color: Antique White. HEX triplet: FC, EA and D4. RGB value is (252,234,212). Sum of RGB (Red+Green+Blue) = 252+234+212=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 212 (83.20% from 255 or 30.37% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAD4 is #03152B. Grayscale: #ECECEC. Windows color (decimal): -202028 or 13953788. OLE color: 13953788.
HSL color Cylindrical-coordinate representation of color #FCEAD4: hue angle of 33º 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 #FCEAD4 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 234 | 212 | - |
CMYK | 0 | 0.07 | 0.16 | 0.01 |
HSL | 33º | 0.87% | 0.91% | - |
HSV(B) | 33º | 0.16% | 0.99% | - |
XYZ | 81.45 | 84.29 | 74.26 | - |
YUV | 236.87 | 113.96 | 138.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 234 | 212 | 0 | 0.07 | 0.16 | 0.01 | 33 | 0.87 | 0.91 |
Hex | FC | EA | D4 | 0 | 7 | 10 | 1 | 21 | 57 | 5B |
Octal | 374 | 352 | 324 | 0 | 7 | 20 | 1 | 41 | 127 | 133 |
Binary | 11111100 | 11101010 | 11010100 | 0 | 111 | 10000 | 1 | 100001 | 1010111 | 1011011 |
Color Harmonies of #FCEAD4
Complementary color
Monochromatic Colors of #FCEAD4
Black with #FCEAD4
Text Example
Text Example
White with #FCEAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEAD4; }
p { color: rgb(252,234,212); }
H1.HeaderClassName
{
color: #FCEAD4;
}
.AnyTagClassName
{
color: #FCEAD4;
}
</style>
background-color css
<style>
a { background-color: #FCEAD4; }
a { background-color: rgb(252,234,212); }
div.DivClassName
{
background-color: #FCEAD4;
}
.BgClassName
{
background-color: #FCEAD4;
}
</style>
border-color css
<style>
span { border-color: #FCEAD4; }
span { border-color: rgb(252,234,212); }
td.TdClassName
{
border-color: #FCEAD4;
}
.TagClassName
{
border-color: #FCEAD4;
}
</style>