Shades of Antique White #FEEBD3
Tints of Antique White #FEEBD3
RGB
CMYK
RGB Variations
Color information
#FEEBD3 (or 0xFEEBD3) is known color: Antique White. HEX triplet: FE, EB and D3. RGB value is (254,235,211). Sum of RGB (Red+Green+Blue) = 254+235+211=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 235 (92.19% from 255 or 33.57% from 700); Blue value is 211 (82.81% from 255 or 30.14% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBD3 is #01142C. Grayscale: #EEEEEE. Windows color (decimal): -70701 or 13888510. OLE color: 13888510.
HSL color Cylindrical-coordinate representation of color #FEEBD3: hue angle of 33.49º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEEBD3 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 211 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.00 |
| HSL | 33.49º | 0.96% | 0.91% | - |
| HSV(B) | 33.49º | 0.17% | 1% | - |
| XYZ | 82.34 | 85.19 | 73.73 | - |
| YUV | 237.95 | 112.79 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 211 | 0 | 0.07 | 0.17 | 0.00 | 33.49 | 0.96 | 0.91 |
| Hex | FE | EB | D3 | 0 | 7 | 11 | 0 | 21 | 60 | 5B |
| Octal | 376 | 353 | 323 | 0 | 7 | 21 | 0 | 41 | 140 | 133 |
| Binary | 11111110 | 11101011 | 11010011 | 0 | 111 | 10001 | 0 | 100001 | 1100000 | 1011011 |
Color Harmonies of #FEEBD3
Complementary color
Monochromatic Colors of #FEEBD3
Black with #FEEBD3
Text Example
Text Example
White with #FEEBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBD3; }
p { color: rgb(254,235,211); }
H1.HeaderClassName
{
color: #FEEBD3;
}
.AnyTagClassName
{
color: #FEEBD3;
}
</style>
background-color css
<style>
a { background-color: #FEEBD3; }
a { background-color: rgb(254,235,211); }
div.DivClassName
{
background-color: #FEEBD3;
}
.BgClassName
{
background-color: #FEEBD3;
}
</style>
border-color css
<style>
span { border-color: #FEEBD3; }
span { border-color: rgb(254,235,211); }
td.TdClassName
{
border-color: #FEEBD3;
}
.TagClassName
{
border-color: #FEEBD3;
}
</style>