Shades of Apricot #FECCB1
Tints of Apricot #FECCB1
RGB
CMYK
RGB Variations
Color information
#FECCB1 (or 0xFECCB1) is known color: Apricot. HEX triplet: FE, CC and B1. RGB value is (254,204,177). Sum of RGB (Red+Green+Blue) = 254+204+177=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 177 (69.53% from 255 or 27.87% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECCB1 is #01334E. Grayscale: #D8D8D8. Windows color (decimal): -78671 or 11652350. OLE color: 11652350.
HSL color Cylindrical-coordinate representation of color #FECCB1: hue angle of 21.04º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FECCB1 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 177 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.00 |
| HSL | 21.04º | 0.97% | 0.85% | - |
| HSV(B) | 21.04º | 0.3% | 1% | - |
| XYZ | 70.4 | 67.43 | 50.9 | - |
| YUV | 215.87 | 106.07 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 177 | 0 | 0.20 | 0.30 | 0.00 | 21.04 | 0.97 | 0.85 |
| Hex | FE | CC | B1 | 0 | 14 | 1E | 0 | 15 | 61 | 55 |
| Octal | 376 | 314 | 261 | 0 | 24 | 36 | 0 | 25 | 141 | 125 |
| Binary | 11111110 | 11001100 | 10110001 | 0 | 10100 | 11110 | 0 | 10101 | 1100001 | 1010101 |
Color Harmonies of #FECCB1
Complementary color
Monochromatic Colors of #FECCB1
Black with #FECCB1
Text Example
Text Example
White with #FECCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCB1; }
p { color: rgb(254,204,177); }
H1.HeaderClassName
{
color: #FECCB1;
}
.AnyTagClassName
{
color: #FECCB1;
}
</style>
background-color css
<style>
a { background-color: #FECCB1; }
a { background-color: rgb(254,204,177); }
div.DivClassName
{
background-color: #FECCB1;
}
.BgClassName
{
background-color: #FECCB1;
}
</style>
border-color css
<style>
span { border-color: #FECCB1; }
span { border-color: rgb(254,204,177); }
td.TdClassName
{
border-color: #FECCB1;
}
.TagClassName
{
border-color: #FECCB1;
}
</style>