Shades of Apricot #F8C6AB
Tints of Apricot #F8C6AB
RGB
CMYK
RGB Variations
Color information
#F8C6AB (or 0xF8C6AB) is known color: Apricot. HEX triplet: F8, C6 and AB. RGB value is (248,198,171). Sum of RGB (Red+Green+Blue) = 248+198+171=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C6AB is #073954. Grayscale: #D2D2D2. Windows color (decimal): -473429 or 11257592. OLE color: 11257592.
HSL color Cylindrical-coordinate representation of color #F8C6AB: hue angle of 21.04º 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 #F8C6AB is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 171 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.03 |
| HSL | 21.04º | 0.85% | 0.82% | - |
| HSV(B) | 21.04º | 0.31% | 0.97% | - |
| XYZ | 66.26 | 63.28 | 47.25 | - |
| YUV | 209.87 | 106.07 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 171 | 0 | 0.20 | 0.31 | 0.03 | 21.04 | 0.85 | 0.82 |
| Hex | F8 | C6 | AB | 0 | 14 | 1F | 3 | 15 | 55 | 52 |
| Octal | 370 | 306 | 253 | 0 | 24 | 37 | 3 | 25 | 125 | 122 |
| Binary | 11111000 | 11000110 | 10101011 | 0 | 10100 | 11111 | 11 | 10101 | 1010101 | 1010010 |
Color Harmonies of #F8C6AB
Complementary color
Monochromatic Colors of #F8C6AB
Black with #F8C6AB
Text Example
Text Example
White with #F8C6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C6AB; }
p { color: rgb(248,198,171); }
H1.HeaderClassName
{
color: #F8C6AB;
}
.AnyTagClassName
{
color: #F8C6AB;
}
</style>
background-color css
<style>
a { background-color: #F8C6AB; }
a { background-color: rgb(248,198,171); }
div.DivClassName
{
background-color: #F8C6AB;
}
.BgClassName
{
background-color: #F8C6AB;
}
</style>
border-color css
<style>
span { border-color: #F8C6AB; }
span { border-color: rgb(248,198,171); }
td.TdClassName
{
border-color: #F8C6AB;
}
.TagClassName
{
border-color: #F8C6AB;
}
</style>