Shades of Apricot #FECCAE
Tints of Apricot #FECCAE
RGB
CMYK
RGB Variations
Color information
#FECCAE (or 0xFECCAE) is known color: Apricot. HEX triplet: FE, CC and AE. RGB value is (254,204,174). Sum of RGB (Red+Green+Blue) = 254+204+174=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 174 (68.36% from 255 or 27.53% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECCAE is #013351. Grayscale: #D7D7D7. Windows color (decimal): -78674 or 11455742. OLE color: 11455742.
HSL color Cylindrical-coordinate representation of color #FECCAE: hue angle of 22.5º 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 #FECCAE is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 174 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.00 |
| HSL | 22.5º | 0.98% | 0.84% | - |
| HSV(B) | 22.5º | 0.31% | 1% | - |
| XYZ | 70.11 | 67.31 | 49.34 | - |
| YUV | 215.53 | 104.57 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 174 | 0 | 0.20 | 0.31 | 0.00 | 22.5 | 0.98 | 0.84 |
| Hex | FE | CC | AE | 0 | 14 | 1F | 0 | 16 | 62 | 54 |
| Octal | 376 | 314 | 256 | 0 | 24 | 37 | 0 | 26 | 142 | 124 |
| Binary | 11111110 | 11001100 | 10101110 | 0 | 10100 | 11111 | 0 | 10110 | 1100010 | 1010100 |
Color Harmonies of #FECCAE
Complementary color
Monochromatic Colors of #FECCAE
Black with #FECCAE
Text Example
Text Example
White with #FECCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCAE; }
p { color: rgb(254,204,174); }
H1.HeaderClassName
{
color: #FECCAE;
}
.AnyTagClassName
{
color: #FECCAE;
}
</style>
background-color css
<style>
a { background-color: #FECCAE; }
a { background-color: rgb(254,204,174); }
div.DivClassName
{
background-color: #FECCAE;
}
.BgClassName
{
background-color: #FECCAE;
}
</style>
border-color css
<style>
span { border-color: #FECCAE; }
span { border-color: rgb(254,204,174); }
td.TdClassName
{
border-color: #FECCAE;
}
.TagClassName
{
border-color: #FECCAE;
}
</style>