Shades of Apricot #FECAAF
Tints of Apricot #FECAAF
RGB
CMYK
RGB Variations
Color information
#FECAAF (or 0xFECAAF) is known color: Apricot. HEX triplet: FE, CA and AF. RGB value is (254,202,175). Sum of RGB (Red+Green+Blue) = 254+202+175=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECAAF is #013550. Grayscale: #D6D6D6. Windows color (decimal): -79185 or 11520766. OLE color: 11520766.
HSL color Cylindrical-coordinate representation of color #FECAAF: hue angle of 20.51º 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 #FECAAF is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 175 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.00 |
| HSL | 20.51º | 0.98% | 0.84% | - |
| HSV(B) | 20.51º | 0.31% | 1% | - |
| XYZ | 69.73 | 66.41 | 49.7 | - |
| YUV | 214.47 | 105.73 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 175 | 0 | 0.20 | 0.31 | 0.00 | 20.51 | 0.98 | 0.84 |
| Hex | FE | CA | AF | 0 | 14 | 1F | 0 | 15 | 62 | 54 |
| Octal | 376 | 312 | 257 | 0 | 24 | 37 | 0 | 25 | 142 | 124 |
| Binary | 11111110 | 11001010 | 10101111 | 0 | 10100 | 11111 | 0 | 10101 | 1100010 | 1010100 |
Color Harmonies of #FECAAF
Complementary color
Monochromatic Colors of #FECAAF
Black with #FECAAF
Text Example
Text Example
White with #FECAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAAF; }
p { color: rgb(254,202,175); }
H1.HeaderClassName
{
color: #FECAAF;
}
.AnyTagClassName
{
color: #FECAAF;
}
</style>
background-color css
<style>
a { background-color: #FECAAF; }
a { background-color: rgb(254,202,175); }
div.DivClassName
{
background-color: #FECAAF;
}
.BgClassName
{
background-color: #FECAAF;
}
</style>
border-color css
<style>
span { border-color: #FECAAF; }
span { border-color: rgb(254,202,175); }
td.TdClassName
{
border-color: #FECAAF;
}
.TagClassName
{
border-color: #FECAAF;
}
</style>