Shades of Apricot #F6C8AB
Tints of Apricot #F6C8AB
RGB
CMYK
RGB Variations
Color information
#F6C8AB (or 0xF6C8AB) is known color: Apricot. HEX triplet: F6, C8 and AB. RGB value is (246,200,171). Sum of RGB (Red+Green+Blue) = 246+200+171=617 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.87% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C8AB is #093754. Grayscale: #D2D2D2. Windows color (decimal): -603989 or 11258102. OLE color: 11258102.
HSL color Cylindrical-coordinate representation of color #F6C8AB: hue angle of 23.2º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6C8AB is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 200 | 171 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.04 |
| HSL | 23.2º | 0.81% | 0.82% | - |
| HSV(B) | 23.2º | 0.3% | 0.96% | - |
| XYZ | 66.01 | 63.84 | 47.37 | - |
| YUV | 210.45 | 105.74 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 200 | 171 | 0 | 0.19 | 0.30 | 0.04 | 23.2 | 0.81 | 0.82 |
| Hex | F6 | C8 | AB | 0 | 13 | 1E | 4 | 17 | 51 | 52 |
| Octal | 366 | 310 | 253 | 0 | 23 | 36 | 4 | 27 | 121 | 122 |
| Binary | 11110110 | 11001000 | 10101011 | 0 | 10011 | 11110 | 100 | 10111 | 1010001 | 1010010 |
Color Harmonies of #F6C8AB
Complementary color
Monochromatic Colors of #F6C8AB
Black with #F6C8AB
Text Example
Text Example
White with #F6C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C8AB; }
p { color: rgb(246,200,171); }
H1.HeaderClassName
{
color: #F6C8AB;
}
.AnyTagClassName
{
color: #F6C8AB;
}
</style>
background-color css
<style>
a { background-color: #F6C8AB; }
a { background-color: rgb(246,200,171); }
div.DivClassName
{
background-color: #F6C8AB;
}
.BgClassName
{
background-color: #F6C8AB;
}
</style>
border-color css
<style>
span { border-color: #F6C8AB; }
span { border-color: rgb(246,200,171); }
td.TdClassName
{
border-color: #F6C8AB;
}
.TagClassName
{
border-color: #F6C8AB;
}
</style>