Shades of Apricot #FED3B0
Tints of Apricot #FED3B0
RGB
CMYK
RGB Variations
Color information
#FED3B0 (or 0xFED3B0) is known color: Apricot. HEX triplet: FE, D3 and B0. RGB value is (254,211,176). Sum of RGB (Red+Green+Blue) = 254+211+176=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 211 (82.81% from 255 or 32.92% from 641); Blue value is 176 (69.14% from 255 or 27.46% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED3B0 is #012C4F. Grayscale: #DCDCDC. Windows color (decimal): -76880 or 11588606. OLE color: 11588606.
HSL color Cylindrical-coordinate representation of color #FED3B0: hue angle of 26.92º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FED3B0 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 176 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.00 |
| HSL | 26.92º | 0.98% | 0.84% | - |
| HSV(B) | 26.92º | 0.31% | 1% | - |
| XYZ | 72 | 70.79 | 50.94 | - |
| YUV | 219.87 | 103.25 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 176 | 0 | 0.17 | 0.31 | 0.00 | 26.92 | 0.98 | 0.84 |
| Hex | FE | D3 | B0 | 0 | 11 | 1F | 0 | 1B | 62 | 54 |
| Octal | 376 | 323 | 260 | 0 | 21 | 37 | 0 | 33 | 142 | 124 |
| Binary | 11111110 | 11010011 | 10110000 | 0 | 10001 | 11111 | 0 | 11011 | 1100010 | 1010100 |
Color Harmonies of #FED3B0
Complementary color
Monochromatic Colors of #FED3B0
Black with #FED3B0
Text Example
Text Example
White with #FED3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED3B0; }
p { color: rgb(254,211,176); }
H1.HeaderClassName
{
color: #FED3B0;
}
.AnyTagClassName
{
color: #FED3B0;
}
</style>
background-color css
<style>
a { background-color: #FED3B0; }
a { background-color: rgb(254,211,176); }
div.DivClassName
{
background-color: #FED3B0;
}
.BgClassName
{
background-color: #FED3B0;
}
</style>
border-color css
<style>
span { border-color: #FED3B0; }
span { border-color: rgb(254,211,176); }
td.TdClassName
{
border-color: #FED3B0;
}
.TagClassName
{
border-color: #FED3B0;
}
</style>