Shades of Antique White #FEECD4
Tints of Antique White #FEECD4
RGB
CMYK
RGB Variations
Color information
#FEECD4 (or 0xFEECD4) is known color: Antique White. HEX triplet: FE, EC and D4. RGB value is (254,236,212). Sum of RGB (Red+Green+Blue) = 254+236+212=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 236 (92.58% from 255 or 33.62% from 702); Blue value is 212 (83.20% from 255 or 30.20% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECD4 is #01132B. Grayscale: #EEEEEE. Windows color (decimal): -70444 or 13954302. OLE color: 13954302.
HSL color Cylindrical-coordinate representation of color #FEECD4: hue angle of 34.29º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEECD4 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 212 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.00 |
| HSL | 34.29º | 0.95% | 0.91% | - |
| HSV(B) | 34.29º | 0.17% | 1% | - |
| XYZ | 82.75 | 85.82 | 74.49 | - |
| YUV | 238.65 | 112.96 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 212 | 0 | 0.07 | 0.17 | 0.00 | 34.29 | 0.95 | 0.91 |
| Hex | FE | EC | D4 | 0 | 7 | 11 | 0 | 22 | 5F | 5B |
| Octal | 376 | 354 | 324 | 0 | 7 | 21 | 0 | 42 | 137 | 133 |
| Binary | 11111110 | 11101100 | 11010100 | 0 | 111 | 10001 | 0 | 100010 | 1011111 | 1011011 |
Color Harmonies of #FEECD4
Complementary color
Monochromatic Colors of #FEECD4
Black with #FEECD4
Text Example
Text Example
White with #FEECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECD4; }
p { color: rgb(254,236,212); }
H1.HeaderClassName
{
color: #FEECD4;
}
.AnyTagClassName
{
color: #FEECD4;
}
</style>
background-color css
<style>
a { background-color: #FEECD4; }
a { background-color: rgb(254,236,212); }
div.DivClassName
{
background-color: #FEECD4;
}
.BgClassName
{
background-color: #FEECD4;
}
</style>
border-color css
<style>
span { border-color: #FEECD4; }
span { border-color: rgb(254,236,212); }
td.TdClassName
{
border-color: #FEECD4;
}
.TagClassName
{
border-color: #FEECD4;
}
</style>