Shades of Apricot #FED3B1
Tints of Apricot #FED3B1
RGB
CMYK
RGB Variations
Color information
#FED3B1 (or 0xFED3B1) is known color: Apricot. HEX triplet: FE, D3 and B1. RGB value is (254,211,177). Sum of RGB (Red+Green+Blue) = 254+211+177=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 211 (82.81% from 255 or 32.87% from 642); Blue value is 177 (69.53% from 255 or 27.57% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED3B1 is #012C4E. Grayscale: #DCDCDC. Windows color (decimal): -76879 or 11654142. OLE color: 11654142.
HSL color Cylindrical-coordinate representation of color #FED3B1: hue angle of 26.49º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FED3B1 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 177 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.00 |
| HSL | 26.49º | 0.97% | 0.85% | - |
| HSV(B) | 26.49º | 0.3% | 1% | - |
| XYZ | 72.1 | 70.83 | 51.47 | - |
| YUV | 219.98 | 103.75 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 177 | 0 | 0.17 | 0.30 | 0.00 | 26.49 | 0.97 | 0.85 |
| Hex | FE | D3 | B1 | 0 | 11 | 1E | 0 | 1A | 61 | 55 |
| Octal | 376 | 323 | 261 | 0 | 21 | 36 | 0 | 32 | 141 | 125 |
| Binary | 11111110 | 11010011 | 10110001 | 0 | 10001 | 11110 | 0 | 11010 | 1100001 | 1010101 |
Color Harmonies of #FED3B1
Complementary color
Monochromatic Colors of #FED3B1
Black with #FED3B1
Text Example
Text Example
White with #FED3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED3B1; }
p { color: rgb(254,211,177); }
H1.HeaderClassName
{
color: #FED3B1;
}
.AnyTagClassName
{
color: #FED3B1;
}
</style>
background-color css
<style>
a { background-color: #FED3B1; }
a { background-color: rgb(254,211,177); }
div.DivClassName
{
background-color: #FED3B1;
}
.BgClassName
{
background-color: #FED3B1;
}
</style>
border-color css
<style>
span { border-color: #FED3B1; }
span { border-color: rgb(254,211,177); }
td.TdClassName
{
border-color: #FED3B1;
}
.TagClassName
{
border-color: #FED3B1;
}
</style>