Shades of Apricot #F6C8AF
Tints of Apricot #F6C8AF
RGB
CMYK
RGB Variations
Color information
#F6C8AF (or 0xF6C8AF) is known color: Apricot. HEX triplet: F6, C8 and AF. RGB value is (246,200,175). Sum of RGB (Red+Green+Blue) = 246+200+175=621 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.61% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C8AF is #093750. Grayscale: #D3D3D3. Windows color (decimal): -603985 or 11520246. OLE color: 11520246.
HSL color Cylindrical-coordinate representation of color #F6C8AF: hue angle of 21.13º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6C8AF is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 200 | 175 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.04 |
| HSL | 21.13º | 0.8% | 0.83% | - |
| HSV(B) | 21.13º | 0.29% | 0.96% | - |
| XYZ | 66.4 | 64 | 49.41 | - |
| YUV | 210.9 | 107.74 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 200 | 175 | 0 | 0.19 | 0.29 | 0.04 | 21.13 | 0.8 | 0.83 |
| Hex | F6 | C8 | AF | 0 | 13 | 1D | 4 | 15 | 50 | 53 |
| Octal | 366 | 310 | 257 | 0 | 23 | 35 | 4 | 25 | 120 | 123 |
| Binary | 11110110 | 11001000 | 10101111 | 0 | 10011 | 11101 | 100 | 10101 | 1010000 | 1010011 |
Color Harmonies of #F6C8AF
Complementary color
Monochromatic Colors of #F6C8AF
Black with #F6C8AF
Text Example
Text Example
White with #F6C8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C8AF; }
p { color: rgb(246,200,175); }
H1.HeaderClassName
{
color: #F6C8AF;
}
.AnyTagClassName
{
color: #F6C8AF;
}
</style>
background-color css
<style>
a { background-color: #F6C8AF; }
a { background-color: rgb(246,200,175); }
div.DivClassName
{
background-color: #F6C8AF;
}
.BgClassName
{
background-color: #F6C8AF;
}
</style>
border-color css
<style>
span { border-color: #F6C8AF; }
span { border-color: rgb(246,200,175); }
td.TdClassName
{
border-color: #F6C8AF;
}
.TagClassName
{
border-color: #F6C8AF;
}
</style>