Shades of Apricot #FECCAF
Tints of Apricot #FECCAF
RGB
CMYK
RGB Variations
Color information
#FECCAF (or 0xFECCAF) is known color: Apricot. HEX triplet: FE, CC and AF. RGB value is (254,204,175). Sum of RGB (Red+Green+Blue) = 254+204+175=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECCAF is #013350. Grayscale: #D7D7D7. Windows color (decimal): -78673 or 11521278. OLE color: 11521278.
HSL color Cylindrical-coordinate representation of color #FECCAF: hue angle of 22.03º 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 #FECCAF is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 175 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.00 |
| HSL | 22.03º | 0.98% | 0.84% | - |
| HSV(B) | 22.03º | 0.31% | 1% | - |
| XYZ | 70.2 | 67.35 | 49.86 | - |
| YUV | 215.64 | 105.07 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 175 | 0 | 0.20 | 0.31 | 0.00 | 22.03 | 0.98 | 0.84 |
| Hex | FE | CC | AF | 0 | 14 | 1F | 0 | 16 | 62 | 54 |
| Octal | 376 | 314 | 257 | 0 | 24 | 37 | 0 | 26 | 142 | 124 |
| Binary | 11111110 | 11001100 | 10101111 | 0 | 10100 | 11111 | 0 | 10110 | 1100010 | 1010100 |
Color Harmonies of #FECCAF
Complementary color
Monochromatic Colors of #FECCAF
Black with #FECCAF
Text Example
Text Example
White with #FECCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCAF; }
p { color: rgb(254,204,175); }
H1.HeaderClassName
{
color: #FECCAF;
}
.AnyTagClassName
{
color: #FECCAF;
}
</style>
background-color css
<style>
a { background-color: #FECCAF; }
a { background-color: rgb(254,204,175); }
div.DivClassName
{
background-color: #FECCAF;
}
.BgClassName
{
background-color: #FECCAF;
}
</style>
border-color css
<style>
span { border-color: #FECCAF; }
span { border-color: rgb(254,204,175); }
td.TdClassName
{
border-color: #FECCAF;
}
.TagClassName
{
border-color: #FECCAF;
}
</style>