Shades of Apricot #FECAAE
Tints of Apricot #FECAAE
RGB
CMYK
RGB Variations
Color information
#FECAAE (or 0xFECAAE) is known color: Apricot. HEX triplet: FE, CA and AE. RGB value is (254,202,174). Sum of RGB (Red+Green+Blue) = 254+202+174=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECAAE is #013551. Grayscale: #D6D6D6. Windows color (decimal): -79186 or 11455230. OLE color: 11455230.
HSL color Cylindrical-coordinate representation of color #FECAAE: hue angle of 21º 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 #FECAAE is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 174 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.00 |
| HSL | 21º | 0.98% | 0.84% | - |
| HSV(B) | 21º | 0.31% | 1% | - |
| XYZ | 69.63 | 66.37 | 49.18 | - |
| YUV | 214.36 | 105.23 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 174 | 0 | 0.20 | 0.31 | 0.00 | 21 | 0.98 | 0.84 |
| Hex | FE | CA | AE | 0 | 14 | 1F | 0 | 15 | 62 | 54 |
| Octal | 376 | 312 | 256 | 0 | 24 | 37 | 0 | 25 | 142 | 124 |
| Binary | 11111110 | 11001010 | 10101110 | 0 | 10100 | 11111 | 0 | 10101 | 1100010 | 1010100 |
Color Harmonies of #FECAAE
Complementary color
Monochromatic Colors of #FECAAE
Black with #FECAAE
Text Example
Text Example
White with #FECAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAAE; }
p { color: rgb(254,202,174); }
H1.HeaderClassName
{
color: #FECAAE;
}
.AnyTagClassName
{
color: #FECAAE;
}
</style>
background-color css
<style>
a { background-color: #FECAAE; }
a { background-color: rgb(254,202,174); }
div.DivClassName
{
background-color: #FECAAE;
}
.BgClassName
{
background-color: #FECAAE;
}
</style>
border-color css
<style>
span { border-color: #FECAAE; }
span { border-color: rgb(254,202,174); }
td.TdClassName
{
border-color: #FECAAE;
}
.TagClassName
{
border-color: #FECAAE;
}
</style>