Shades of Antique White #FEEBD4
Tints of Antique White #FEEBD4
RGB
CMYK
RGB Variations
Color information
#FEEBD4 (or 0xFEEBD4) is known color: Antique White. HEX triplet: FE, EB and D4. RGB value is (254,235,212). Sum of RGB (Red+Green+Blue) = 254+235+212=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 235 (92.19% from 255 or 33.52% from 701); Blue value is 212 (83.20% from 255 or 30.24% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBD4 is #01142B. Grayscale: #EEEEEE. Windows color (decimal): -70700 or 13954046. OLE color: 13954046.
HSL color Cylindrical-coordinate representation of color #FEEBD4: hue angle of 32.86º 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 #FEEBD4 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 212 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.00 |
| HSL | 32.86º | 0.95% | 0.91% | - |
| HSV(B) | 32.86º | 0.17% | 1% | - |
| XYZ | 82.47 | 85.24 | 74.39 | - |
| YUV | 238.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 212 | 0 | 0.07 | 0.17 | 0.00 | 32.86 | 0.95 | 0.91 |
| Hex | FE | EB | D4 | 0 | 7 | 11 | 0 | 21 | 5F | 5B |
| Octal | 376 | 353 | 324 | 0 | 7 | 21 | 0 | 41 | 137 | 133 |
| Binary | 11111110 | 11101011 | 11010100 | 0 | 111 | 10001 | 0 | 100001 | 1011111 | 1011011 |
Color Harmonies of #FEEBD4
Complementary color
Monochromatic Colors of #FEEBD4
Black with #FEEBD4
Text Example
Text Example
White with #FEEBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBD4; }
p { color: rgb(254,235,212); }
H1.HeaderClassName
{
color: #FEEBD4;
}
.AnyTagClassName
{
color: #FEEBD4;
}
</style>
background-color css
<style>
a { background-color: #FEEBD4; }
a { background-color: rgb(254,235,212); }
div.DivClassName
{
background-color: #FEEBD4;
}
.BgClassName
{
background-color: #FEEBD4;
}
</style>
border-color css
<style>
span { border-color: #FEEBD4; }
span { border-color: rgb(254,235,212); }
td.TdClassName
{
border-color: #FEEBD4;
}
.TagClassName
{
border-color: #FEEBD4;
}
</style>