Shades of Apricot #FED4AF
Tints of Apricot #FED4AF
RGB
CMYK
RGB Variations
Color information
#FED4AF (or 0xFED4AF) is known color: Apricot. HEX triplet: FE, D4 and AF. RGB value is (254,212,175). Sum of RGB (Red+Green+Blue) = 254+212+175=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED4AF is #012B50. Grayscale: #DCDCDC. Windows color (decimal): -76625 or 11523326. OLE color: 11523326.
HSL color Cylindrical-coordinate representation of color #FED4AF: hue angle of 28.1º 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 #FED4AF is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 175 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.00 |
| HSL | 28.1º | 0.98% | 0.84% | - |
| HSV(B) | 28.1º | 0.31% | 1% | - |
| XYZ | 72.15 | 71.25 | 50.51 | - |
| YUV | 220.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 175 | 0 | 0.17 | 0.31 | 0.00 | 28.1 | 0.98 | 0.84 |
| Hex | FE | D4 | AF | 0 | 11 | 1F | 0 | 1C | 62 | 54 |
| Octal | 376 | 324 | 257 | 0 | 21 | 37 | 0 | 34 | 142 | 124 |
| Binary | 11111110 | 11010100 | 10101111 | 0 | 10001 | 11111 | 0 | 11100 | 1100010 | 1010100 |
Color Harmonies of #FED4AF
Complementary color
Monochromatic Colors of #FED4AF
Black with #FED4AF
Text Example
Text Example
White with #FED4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4AF; }
p { color: rgb(254,212,175); }
H1.HeaderClassName
{
color: #FED4AF;
}
.AnyTagClassName
{
color: #FED4AF;
}
</style>
background-color css
<style>
a { background-color: #FED4AF; }
a { background-color: rgb(254,212,175); }
div.DivClassName
{
background-color: #FED4AF;
}
.BgClassName
{
background-color: #FED4AF;
}
</style>
border-color css
<style>
span { border-color: #FED4AF; }
span { border-color: rgb(254,212,175); }
td.TdClassName
{
border-color: #FED4AF;
}
.TagClassName
{
border-color: #FED4AF;
}
</style>