Shades of Apricot #FED2B5
Tints of Apricot #FED2B5
RGB
CMYK
RGB Variations
Color information
#FED2B5 (or 0xFED2B5) is known color: Apricot. HEX triplet: FE, D2 and B5. RGB value is (254,210,181). Sum of RGB (Red+Green+Blue) = 254+210+181=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 210 (82.42% from 255 or 32.56% from 645); Blue value is 181 (71.09% from 255 or 28.06% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2B5 is #012D4A. Grayscale: #DCDCDC. Windows color (decimal): -77131 or 11916030. OLE color: 11916030.
HSL color Cylindrical-coordinate representation of color #FED2B5: hue angle of 23.84º 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 #FED2B5 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 181 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.00 |
| HSL | 23.84º | 0.97% | 0.85% | - |
| HSV(B) | 23.84º | 0.29% | 1% | - |
| XYZ | 72.26 | 70.5 | 53.52 | - |
| YUV | 219.85 | 106.08 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 181 | 0 | 0.17 | 0.29 | 0.00 | 23.84 | 0.97 | 0.85 |
| Hex | FE | D2 | B5 | 0 | 11 | 1D | 0 | 18 | 61 | 55 |
| Octal | 376 | 322 | 265 | 0 | 21 | 35 | 0 | 30 | 141 | 125 |
| Binary | 11111110 | 11010010 | 10110101 | 0 | 10001 | 11101 | 0 | 11000 | 1100001 | 1010101 |
Color Harmonies of #FED2B5
Complementary color
Monochromatic Colors of #FED2B5
Black with #FED2B5
Text Example
Text Example
White with #FED2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED2B5; }
p { color: rgb(254,210,181); }
H1.HeaderClassName
{
color: #FED2B5;
}
.AnyTagClassName
{
color: #FED2B5;
}
</style>
background-color css
<style>
a { background-color: #FED2B5; }
a { background-color: rgb(254,210,181); }
div.DivClassName
{
background-color: #FED2B5;
}
.BgClassName
{
background-color: #FED2B5;
}
</style>
border-color css
<style>
span { border-color: #FED2B5; }
span { border-color: rgb(254,210,181); }
td.TdClassName
{
border-color: #FED2B5;
}
.TagClassName
{
border-color: #FED2B5;
}
</style>