Shades of Apricot #FECCB0
Tints of Apricot #FECCB0
RGB
CMYK
RGB Variations
Color information
#FECCB0 (or 0xFECCB0) is known color: Apricot. HEX triplet: FE, CC and B0. RGB value is (254,204,176). Sum of RGB (Red+Green+Blue) = 254+204+176=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 176 (69.14% from 255 or 27.76% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECCB0 is #01334F. Grayscale: #D7D7D7. Windows color (decimal): -78672 or 11586814. OLE color: 11586814.
HSL color Cylindrical-coordinate representation of color #FECCB0: hue angle of 21.54º 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 #FECCB0 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 176 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.00 |
| HSL | 21.54º | 0.98% | 0.84% | - |
| HSV(B) | 21.54º | 0.31% | 1% | - |
| XYZ | 70.3 | 67.39 | 50.38 | - |
| YUV | 215.76 | 105.57 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 176 | 0 | 0.20 | 0.31 | 0.00 | 21.54 | 0.98 | 0.84 |
| Hex | FE | CC | B0 | 0 | 14 | 1F | 0 | 16 | 62 | 54 |
| Octal | 376 | 314 | 260 | 0 | 24 | 37 | 0 | 26 | 142 | 124 |
| Binary | 11111110 | 11001100 | 10110000 | 0 | 10100 | 11111 | 0 | 10110 | 1100010 | 1010100 |
Color Harmonies of #FECCB0
Complementary color
Monochromatic Colors of #FECCB0
Black with #FECCB0
Text Example
Text Example
White with #FECCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCB0; }
p { color: rgb(254,204,176); }
H1.HeaderClassName
{
color: #FECCB0;
}
.AnyTagClassName
{
color: #FECCB0;
}
</style>
background-color css
<style>
a { background-color: #FECCB0; }
a { background-color: rgb(254,204,176); }
div.DivClassName
{
background-color: #FECCB0;
}
.BgClassName
{
background-color: #FECCB0;
}
</style>
border-color css
<style>
span { border-color: #FECCB0; }
span { border-color: rgb(254,204,176); }
td.TdClassName
{
border-color: #FECCB0;
}
.TagClassName
{
border-color: #FECCB0;
}
</style>