Shades of Apricot #FED3AF
Tints of Apricot #FED3AF
RGB
CMYK
RGB Variations
Color information
#FED3AF (or 0xFED3AF) is known color: Apricot. HEX triplet: FE, D3 and AF. RGB value is (254,211,175). Sum of RGB (Red+Green+Blue) = 254+211+175=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 211 (82.81% from 255 or 32.97% from 640); Blue value is 175 (68.75% from 255 or 27.34% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED3AF is #012C50. Grayscale: #DBDBDB. Windows color (decimal): -76881 or 11523070. OLE color: 11523070.
HSL color Cylindrical-coordinate representation of color #FED3AF: hue angle of 27.34º 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 #FED3AF is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 175 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.00 |
| HSL | 27.34º | 0.98% | 0.84% | - |
| HSV(B) | 27.34º | 0.31% | 1% | - |
| XYZ | 71.91 | 70.75 | 50.42 | - |
| YUV | 219.75 | 102.75 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 175 | 0 | 0.17 | 0.31 | 0.00 | 27.34 | 0.98 | 0.84 |
| Hex | FE | D3 | AF | 0 | 11 | 1F | 0 | 1B | 62 | 54 |
| Octal | 376 | 323 | 257 | 0 | 21 | 37 | 0 | 33 | 142 | 124 |
| Binary | 11111110 | 11010011 | 10101111 | 0 | 10001 | 11111 | 0 | 11011 | 1100010 | 1010100 |
Color Harmonies of #FED3AF
Complementary color
Monochromatic Colors of #FED3AF
Black with #FED3AF
Text Example
Text Example
White with #FED3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED3AF; }
p { color: rgb(254,211,175); }
H1.HeaderClassName
{
color: #FED3AF;
}
.AnyTagClassName
{
color: #FED3AF;
}
</style>
background-color css
<style>
a { background-color: #FED3AF; }
a { background-color: rgb(254,211,175); }
div.DivClassName
{
background-color: #FED3AF;
}
.BgClassName
{
background-color: #FED3AF;
}
</style>
border-color css
<style>
span { border-color: #FED3AF; }
span { border-color: rgb(254,211,175); }
td.TdClassName
{
border-color: #FED3AF;
}
.TagClassName
{
border-color: #FED3AF;
}
</style>