Shades of Antique White #FCEBD3
Tints of Antique White #FCEBD3
RGB
CMYK
RGB Variations
Color information
#FCEBD3 (or 0xFCEBD3) is known color: Antique White. HEX triplet: FC, EB and D3. RGB value is (252,235,211). Sum of RGB (Red+Green+Blue) = 252+235+211=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 235 (92.19% from 255 or 33.67% from 698); Blue value is 211 (82.81% from 255 or 30.23% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBD3 is #03142C. Grayscale: #EDEDED. Windows color (decimal): -201773 or 13888508. OLE color: 13888508.
HSL color Cylindrical-coordinate representation of color #FCEBD3: hue angle of 35.12º 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 #FCEBD3 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 211 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.01 |
| HSL | 35.12º | 0.87% | 0.91% | - |
| HSV(B) | 35.12º | 0.16% | 0.99% | - |
| XYZ | 81.61 | 84.82 | 73.7 | - |
| YUV | 237.35 | 113.13 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 211 | 0 | 0.07 | 0.16 | 0.01 | 35.12 | 0.87 | 0.91 |
| Hex | FC | EB | D3 | 0 | 7 | 10 | 1 | 23 | 57 | 5B |
| Octal | 374 | 353 | 323 | 0 | 7 | 20 | 1 | 43 | 127 | 133 |
| Binary | 11111100 | 11101011 | 11010011 | 0 | 111 | 10000 | 1 | 100011 | 1010111 | 1011011 |
Color Harmonies of #FCEBD3
Complementary color
Monochromatic Colors of #FCEBD3
Black with #FCEBD3
Text Example
Text Example
White with #FCEBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBD3; }
p { color: rgb(252,235,211); }
H1.HeaderClassName
{
color: #FCEBD3;
}
.AnyTagClassName
{
color: #FCEBD3;
}
</style>
background-color css
<style>
a { background-color: #FCEBD3; }
a { background-color: rgb(252,235,211); }
div.DivClassName
{
background-color: #FCEBD3;
}
.BgClassName
{
background-color: #FCEBD3;
}
</style>
border-color css
<style>
span { border-color: #FCEBD3; }
span { border-color: rgb(252,235,211); }
td.TdClassName
{
border-color: #FCEBD3;
}
.TagClassName
{
border-color: #FCEBD3;
}
</style>