Shades of Apricot #F8C5AB
Tints of Apricot #F8C5AB
RGB
CMYK
RGB Variations
Color information
#F8C5AB (or 0xF8C5AB) is known color: Apricot. HEX triplet: F8, C5 and AB. RGB value is (248,197,171). Sum of RGB (Red+Green+Blue) = 248+197+171=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 197 (77.34% from 255 or 31.98% from 616); Blue value is 171 (67.19% from 255 or 27.76% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C5AB is #073A54. Grayscale: #D1D1D1. Windows color (decimal): -473685 or 11257336. OLE color: 11257336.
HSL color Cylindrical-coordinate representation of color #F8C5AB: hue angle of 20.26º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8C5AB is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 197 | 171 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.03 |
| HSL | 20.26º | 0.85% | 0.82% | - |
| HSV(B) | 20.26º | 0.31% | 0.97% | - |
| XYZ | 66.03 | 62.83 | 47.18 | - |
| YUV | 209.29 | 106.4 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 197 | 171 | 0 | 0.21 | 0.31 | 0.03 | 20.26 | 0.85 | 0.82 |
| Hex | F8 | C5 | AB | 0 | 15 | 1F | 3 | 14 | 55 | 52 |
| Octal | 370 | 305 | 253 | 0 | 25 | 37 | 3 | 24 | 125 | 122 |
| Binary | 11111000 | 11000101 | 10101011 | 0 | 10101 | 11111 | 11 | 10100 | 1010101 | 1010010 |
Color Harmonies of #F8C5AB
Complementary color
Monochromatic Colors of #F8C5AB
Black with #F8C5AB
Text Example
Text Example
White with #F8C5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C5AB; }
p { color: rgb(248,197,171); }
H1.HeaderClassName
{
color: #F8C5AB;
}
.AnyTagClassName
{
color: #F8C5AB;
}
</style>
background-color css
<style>
a { background-color: #F8C5AB; }
a { background-color: rgb(248,197,171); }
div.DivClassName
{
background-color: #F8C5AB;
}
.BgClassName
{
background-color: #F8C5AB;
}
</style>
border-color css
<style>
span { border-color: #F8C5AB; }
span { border-color: rgb(248,197,171); }
td.TdClassName
{
border-color: #F8C5AB;
}
.TagClassName
{
border-color: #F8C5AB;
}
</style>