Shades of Apricot #FEC8B2
Tints of Apricot #FEC8B2
RGB
CMYK
RGB Variations
Color information
#FEC8B2 (or 0xFEC8B2) is known color: Apricot. HEX triplet: FE, C8 and B2. RGB value is (254,200,178). Sum of RGB (Red+Green+Blue) = 254+200+178=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 178 (69.92% from 255 or 28.16% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC8B2 is #01374D. Grayscale: #D5D5D5. Windows color (decimal): -79694 or 11716862. OLE color: 11716862.
HSL color Cylindrical-coordinate representation of color #FEC8B2: hue angle of 17.37º 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 #FEC8B2 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 178 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.00 |
| HSL | 17.37º | 0.97% | 0.85% | - |
| HSV(B) | 17.37º | 0.3% | 1% | - |
| XYZ | 69.56 | 65.59 | 51.11 | - |
| YUV | 213.64 | 107.89 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 178 | 0 | 0.21 | 0.30 | 0.00 | 17.37 | 0.97 | 0.85 |
| Hex | FE | C8 | B2 | 0 | 15 | 1E | 0 | 11 | 61 | 55 |
| Octal | 376 | 310 | 262 | 0 | 25 | 36 | 0 | 21 | 141 | 125 |
| Binary | 11111110 | 11001000 | 10110010 | 0 | 10101 | 11110 | 0 | 10001 | 1100001 | 1010101 |
Color Harmonies of #FEC8B2
Complementary color
Monochromatic Colors of #FEC8B2
Black with #FEC8B2
Text Example
Text Example
White with #FEC8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8B2; }
p { color: rgb(254,200,178); }
H1.HeaderClassName
{
color: #FEC8B2;
}
.AnyTagClassName
{
color: #FEC8B2;
}
</style>
background-color css
<style>
a { background-color: #FEC8B2; }
a { background-color: rgb(254,200,178); }
div.DivClassName
{
background-color: #FEC8B2;
}
.BgClassName
{
background-color: #FEC8B2;
}
</style>
border-color css
<style>
span { border-color: #FEC8B2; }
span { border-color: rgb(254,200,178); }
td.TdClassName
{
border-color: #FEC8B2;
}
.TagClassName
{
border-color: #FEC8B2;
}
</style>