Shades of Apricot #FED0AF
Tints of Apricot #FED0AF
RGB
CMYK
RGB Variations
Color information
#FED0AF (or 0xFED0AF) is known color: Apricot. HEX triplet: FE, D0 and AF. RGB value is (254,208,175). Sum of RGB (Red+Green+Blue) = 254+208+175=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 175 (68.75% from 255 or 27.47% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED0AF is #012F50. Grayscale: #DADADA. Windows color (decimal): -77649 or 11522302. OLE color: 11522302.
HSL color Cylindrical-coordinate representation of color #FED0AF: hue angle of 25.06º 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 #FED0AF is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 175 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.00 |
| HSL | 25.06º | 0.98% | 0.84% | - |
| HSV(B) | 25.06º | 0.31% | 1% | - |
| XYZ | 71.17 | 69.28 | 50.18 | - |
| YUV | 217.99 | 103.74 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 175 | 0 | 0.18 | 0.31 | 0.00 | 25.06 | 0.98 | 0.84 |
| Hex | FE | D0 | AF | 0 | 12 | 1F | 0 | 19 | 62 | 54 |
| Octal | 376 | 320 | 257 | 0 | 22 | 37 | 0 | 31 | 142 | 124 |
| Binary | 11111110 | 11010000 | 10101111 | 0 | 10010 | 11111 | 0 | 11001 | 1100010 | 1010100 |
Color Harmonies of #FED0AF
Complementary color
Monochromatic Colors of #FED0AF
Black with #FED0AF
Text Example
Text Example
White with #FED0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0AF; }
p { color: rgb(254,208,175); }
H1.HeaderClassName
{
color: #FED0AF;
}
.AnyTagClassName
{
color: #FED0AF;
}
</style>
background-color css
<style>
a { background-color: #FED0AF; }
a { background-color: rgb(254,208,175); }
div.DivClassName
{
background-color: #FED0AF;
}
.BgClassName
{
background-color: #FED0AF;
}
</style>
border-color css
<style>
span { border-color: #FED0AF; }
span { border-color: rgb(254,208,175); }
td.TdClassName
{
border-color: #FED0AF;
}
.TagClassName
{
border-color: #FED0AF;
}
</style>