Shades of Apricot #FEC8B3
Tints of Apricot #FEC8B3
RGB
CMYK
RGB Variations
Color information
#FEC8B3 (or 0xFEC8B3) is known color: Apricot. HEX triplet: FE, C8 and B3. RGB value is (254,200,179). Sum of RGB (Red+Green+Blue) = 254+200+179=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 179 (70.31% from 255 or 28.28% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8B3 is #01374C. Grayscale: #D5D5D5. Windows color (decimal): -79693 or 11782398. OLE color: 11782398.
HSL color Cylindrical-coordinate representation of color #FEC8B3: hue angle of 16.8º 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 #FEC8B3 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 179 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.00 |
| HSL | 16.8º | 0.97% | 0.85% | - |
| HSV(B) | 16.8º | 0.3% | 1% | - |
| XYZ | 69.66 | 65.63 | 51.64 | - |
| YUV | 213.75 | 108.39 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 179 | 0 | 0.21 | 0.30 | 0.00 | 16.8 | 0.97 | 0.85 |
| Hex | FE | C8 | B3 | 0 | 15 | 1E | 0 | 11 | 61 | 55 |
| Octal | 376 | 310 | 263 | 0 | 25 | 36 | 0 | 21 | 141 | 125 |
| Binary | 11111110 | 11001000 | 10110011 | 0 | 10101 | 11110 | 0 | 10001 | 1100001 | 1010101 |
Color Harmonies of #FEC8B3
Complementary color
Monochromatic Colors of #FEC8B3
Black with #FEC8B3
Text Example
Text Example
White with #FEC8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8B3; }
p { color: rgb(254,200,179); }
H1.HeaderClassName
{
color: #FEC8B3;
}
.AnyTagClassName
{
color: #FEC8B3;
}
</style>
background-color css
<style>
a { background-color: #FEC8B3; }
a { background-color: rgb(254,200,179); }
div.DivClassName
{
background-color: #FEC8B3;
}
.BgClassName
{
background-color: #FEC8B3;
}
</style>
border-color css
<style>
span { border-color: #FEC8B3; }
span { border-color: rgb(254,200,179); }
td.TdClassName
{
border-color: #FEC8B3;
}
.TagClassName
{
border-color: #FEC8B3;
}
</style>