Shades of Apricot #FECFAE
Tints of Apricot #FECFAE
RGB
CMYK
RGB Variations
Color information
#FECFAE (or 0xFECFAE) is known color: Apricot. HEX triplet: FE, CF and AE. RGB value is (254,207,174). Sum of RGB (Red+Green+Blue) = 254+207+174=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 174 (68.36% from 255 or 27.40% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECFAE is #013051. Grayscale: #D9D9D9. Windows color (decimal): -77906 or 11456510. OLE color: 11456510.
HSL color Cylindrical-coordinate representation of color #FECFAE: hue angle of 24.75º 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 #FECFAE is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 174 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.00 |
| HSL | 24.75º | 0.98% | 0.84% | - |
| HSV(B) | 24.75º | 0.31% | 1% | - |
| XYZ | 70.83 | 68.75 | 49.58 | - |
| YUV | 217.29 | 103.57 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 174 | 0 | 0.19 | 0.31 | 0.00 | 24.75 | 0.98 | 0.84 |
| Hex | FE | CF | AE | 0 | 13 | 1F | 0 | 19 | 62 | 54 |
| Octal | 376 | 317 | 256 | 0 | 23 | 37 | 0 | 31 | 142 | 124 |
| Binary | 11111110 | 11001111 | 10101110 | 0 | 10011 | 11111 | 0 | 11001 | 1100010 | 1010100 |
Color Harmonies of #FECFAE
Complementary color
Monochromatic Colors of #FECFAE
Black with #FECFAE
Text Example
Text Example
White with #FECFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFAE; }
p { color: rgb(254,207,174); }
H1.HeaderClassName
{
color: #FECFAE;
}
.AnyTagClassName
{
color: #FECFAE;
}
</style>
background-color css
<style>
a { background-color: #FECFAE; }
a { background-color: rgb(254,207,174); }
div.DivClassName
{
background-color: #FECFAE;
}
.BgClassName
{
background-color: #FECFAE;
}
</style>
border-color css
<style>
span { border-color: #FECFAE; }
span { border-color: rgb(254,207,174); }
td.TdClassName
{
border-color: #FECFAE;
}
.TagClassName
{
border-color: #FECFAE;
}
</style>