Shades of Apricot #F8C8AB
Tints of Apricot #F8C8AB
RGB
CMYK
RGB Variations
Color information
#F8C8AB (or 0xF8C8AB) is known color: Apricot. HEX triplet: F8, C8 and AB. RGB value is (248,200,171). Sum of RGB (Red+Green+Blue) = 248+200+171=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C8AB is #073754. Grayscale: #D3D3D3. Windows color (decimal): -472917 or 11258104. OLE color: 11258104.
HSL color Cylindrical-coordinate representation of color #F8C8AB: hue angle of 22.6º 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 #F8C8AB is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 200 | 171 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.03 |
| HSL | 22.6º | 0.85% | 0.82% | - |
| HSV(B) | 22.6º | 0.31% | 0.97% | - |
| XYZ | 66.72 | 64.21 | 47.4 | - |
| YUV | 211.05 | 105.4 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 200 | 171 | 0 | 0.19 | 0.31 | 0.03 | 22.6 | 0.85 | 0.82 |
| Hex | F8 | C8 | AB | 0 | 13 | 1F | 3 | 17 | 55 | 52 |
| Octal | 370 | 310 | 253 | 0 | 23 | 37 | 3 | 27 | 125 | 122 |
| Binary | 11111000 | 11001000 | 10101011 | 0 | 10011 | 11111 | 11 | 10111 | 1010101 | 1010010 |
Color Harmonies of #F8C8AB
Complementary color
Monochromatic Colors of #F8C8AB
Black with #F8C8AB
Text Example
Text Example
White with #F8C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C8AB; }
p { color: rgb(248,200,171); }
H1.HeaderClassName
{
color: #F8C8AB;
}
.AnyTagClassName
{
color: #F8C8AB;
}
</style>
background-color css
<style>
a { background-color: #F8C8AB; }
a { background-color: rgb(248,200,171); }
div.DivClassName
{
background-color: #F8C8AB;
}
.BgClassName
{
background-color: #F8C8AB;
}
</style>
border-color css
<style>
span { border-color: #F8C8AB; }
span { border-color: rgb(248,200,171); }
td.TdClassName
{
border-color: #F8C8AB;
}
.TagClassName
{
border-color: #F8C8AB;
}
</style>