Shades of Apricot #FED0B5
Tints of Apricot #FED0B5
RGB
CMYK
RGB Variations
Color information
#FED0B5 (or 0xFED0B5) is known color: Apricot. HEX triplet: FE, D0 and B5. RGB value is (254,208,181). Sum of RGB (Red+Green+Blue) = 254+208+181=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 208 (81.64% from 255 or 32.35% from 643); Blue value is 181 (71.09% from 255 or 28.15% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0B5 is #012F4A. Grayscale: #DADADA. Windows color (decimal): -77643 or 11915518. OLE color: 11915518.
HSL color Cylindrical-coordinate representation of color #FED0B5: hue angle of 22.19º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FED0B5 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 181 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.00 |
| HSL | 22.19º | 0.97% | 0.85% | - |
| HSV(B) | 22.19º | 0.29% | 1% | - |
| XYZ | 71.77 | 69.52 | 53.35 | - |
| YUV | 218.68 | 106.74 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 181 | 0 | 0.18 | 0.29 | 0.00 | 22.19 | 0.97 | 0.85 |
| Hex | FE | D0 | B5 | 0 | 12 | 1D | 0 | 16 | 61 | 55 |
| Octal | 376 | 320 | 265 | 0 | 22 | 35 | 0 | 26 | 141 | 125 |
| Binary | 11111110 | 11010000 | 10110101 | 0 | 10010 | 11101 | 0 | 10110 | 1100001 | 1010101 |
Color Harmonies of #FED0B5
Complementary color
Monochromatic Colors of #FED0B5
Black with #FED0B5
Text Example
Text Example
White with #FED0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0B5; }
p { color: rgb(254,208,181); }
H1.HeaderClassName
{
color: #FED0B5;
}
.AnyTagClassName
{
color: #FED0B5;
}
</style>
background-color css
<style>
a { background-color: #FED0B5; }
a { background-color: rgb(254,208,181); }
div.DivClassName
{
background-color: #FED0B5;
}
.BgClassName
{
background-color: #FED0B5;
}
</style>
border-color css
<style>
span { border-color: #FED0B5; }
span { border-color: rgb(254,208,181); }
td.TdClassName
{
border-color: #FED0B5;
}
.TagClassName
{
border-color: #FED0B5;
}
</style>