Shades of Apricot #FED1AF
Tints of Apricot #FED1AF
RGB
CMYK
RGB Variations
Color information
#FED1AF (or 0xFED1AF) is known color: Apricot. HEX triplet: FE, D1 and AF. RGB value is (254,209,175). Sum of RGB (Red+Green+Blue) = 254+209+175=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 209 (82.03% from 255 or 32.76% from 638); Blue value is 175 (68.75% from 255 or 27.43% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED1AF is #012E50. Grayscale: #DADADA. Windows color (decimal): -77393 or 11522558. OLE color: 11522558.
HSL color Cylindrical-coordinate representation of color #FED1AF: hue angle of 25.82º 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 #FED1AF is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 175 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.00 |
| HSL | 25.82º | 0.98% | 0.84% | - |
| HSV(B) | 25.82º | 0.31% | 1% | - |
| XYZ | 71.41 | 69.77 | 50.26 | - |
| YUV | 218.58 | 103.41 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 175 | 0 | 0.18 | 0.31 | 0.00 | 25.82 | 0.98 | 0.84 |
| Hex | FE | D1 | AF | 0 | 12 | 1F | 0 | 1A | 62 | 54 |
| Octal | 376 | 321 | 257 | 0 | 22 | 37 | 0 | 32 | 142 | 124 |
| Binary | 11111110 | 11010001 | 10101111 | 0 | 10010 | 11111 | 0 | 11010 | 1100010 | 1010100 |
Color Harmonies of #FED1AF
Complementary color
Monochromatic Colors of #FED1AF
Black with #FED1AF
Text Example
Text Example
White with #FED1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1AF; }
p { color: rgb(254,209,175); }
H1.HeaderClassName
{
color: #FED1AF;
}
.AnyTagClassName
{
color: #FED1AF;
}
</style>
background-color css
<style>
a { background-color: #FED1AF; }
a { background-color: rgb(254,209,175); }
div.DivClassName
{
background-color: #FED1AF;
}
.BgClassName
{
background-color: #FED1AF;
}
</style>
border-color css
<style>
span { border-color: #FED1AF; }
span { border-color: rgb(254,209,175); }
td.TdClassName
{
border-color: #FED1AF;
}
.TagClassName
{
border-color: #FED1AF;
}
</style>