Shades of Apricot #FED1B1
Tints of Apricot #FED1B1
RGB
CMYK
RGB Variations
Color information
#FED1B1 (or 0xFED1B1) is known color: Apricot. HEX triplet: FE, D1 and B1. RGB value is (254,209,177). Sum of RGB (Red+Green+Blue) = 254+209+177=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 209 (82.03% from 255 or 32.66% from 640); Blue value is 177 (69.53% from 255 or 27.66% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED1B1 is #012E4E. Grayscale: #DADADA. Windows color (decimal): -77391 or 11653630. OLE color: 11653630.
HSL color Cylindrical-coordinate representation of color #FED1B1: hue angle of 24.94º 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 #FED1B1 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 177 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.00 |
| HSL | 24.94º | 0.97% | 0.85% | - |
| HSV(B) | 24.94º | 0.3% | 1% | - |
| XYZ | 71.61 | 69.85 | 51.3 | - |
| YUV | 218.81 | 104.41 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 177 | 0 | 0.18 | 0.30 | 0.00 | 24.94 | 0.97 | 0.85 |
| Hex | FE | D1 | B1 | 0 | 12 | 1E | 0 | 19 | 61 | 55 |
| Octal | 376 | 321 | 261 | 0 | 22 | 36 | 0 | 31 | 141 | 125 |
| Binary | 11111110 | 11010001 | 10110001 | 0 | 10010 | 11110 | 0 | 11001 | 1100001 | 1010101 |
Color Harmonies of #FED1B1
Complementary color
Monochromatic Colors of #FED1B1
Black with #FED1B1
Text Example
Text Example
White with #FED1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1B1; }
p { color: rgb(254,209,177); }
H1.HeaderClassName
{
color: #FED1B1;
}
.AnyTagClassName
{
color: #FED1B1;
}
</style>
background-color css
<style>
a { background-color: #FED1B1; }
a { background-color: rgb(254,209,177); }
div.DivClassName
{
background-color: #FED1B1;
}
.BgClassName
{
background-color: #FED1B1;
}
</style>
border-color css
<style>
span { border-color: #FED1B1; }
span { border-color: rgb(254,209,177); }
td.TdClassName
{
border-color: #FED1B1;
}
.TagClassName
{
border-color: #FED1B1;
}
</style>