Shades of Apricot #F6CFAF
Tints of Apricot #F6CFAF
RGB
CMYK
RGB Variations
Color information
#F6CFAF (or 0xF6CFAF) is known color: Apricot. HEX triplet: F6, CF and AF. RGB value is (246,207,175). Sum of RGB (Red+Green+Blue) = 246+207+175=628 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.17% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CFAF is #093050. Grayscale: #D7D7D7. Windows color (decimal): -602193 or 11522038. OLE color: 11522038.
HSL color Cylindrical-coordinate representation of color #F6CFAF: hue angle of 27.04º 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 #F6CFAF is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 207 | 175 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.04 |
| HSL | 27.04º | 0.8% | 0.83% | - |
| HSV(B) | 27.04º | 0.29% | 0.96% | - |
| XYZ | 68.06 | 67.31 | 49.96 | - |
| YUV | 215.01 | 105.42 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 175 | 0 | 0.16 | 0.29 | 0.04 | 27.04 | 0.8 | 0.83 |
| Hex | F6 | CF | AF | 0 | 10 | 1D | 4 | 1B | 50 | 53 |
| Octal | 366 | 317 | 257 | 0 | 20 | 35 | 4 | 33 | 120 | 123 |
| Binary | 11110110 | 11001111 | 10101111 | 0 | 10000 | 11101 | 100 | 11011 | 1010000 | 1010011 |
Color Harmonies of #F6CFAF
Complementary color
Monochromatic Colors of #F6CFAF
Black with #F6CFAF
Text Example
Text Example
White with #F6CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CFAF; }
p { color: rgb(246,207,175); }
H1.HeaderClassName
{
color: #F6CFAF;
}
.AnyTagClassName
{
color: #F6CFAF;
}
</style>
background-color css
<style>
a { background-color: #F6CFAF; }
a { background-color: rgb(246,207,175); }
div.DivClassName
{
background-color: #F6CFAF;
}
.BgClassName
{
background-color: #F6CFAF;
}
</style>
border-color css
<style>
span { border-color: #F6CFAF; }
span { border-color: rgb(246,207,175); }
td.TdClassName
{
border-color: #F6CFAF;
}
.TagClassName
{
border-color: #F6CFAF;
}
</style>