Shades of Apricot #F6CFB6
Tints of Apricot #F6CFB6
RGB
CMYK
RGB Variations
Color information
#F6CFB6 (or 0xF6CFB6) is known color: Apricot. HEX triplet: F6, CF and B6. RGB value is (246,207,182). Sum of RGB (Red+Green+Blue) = 246+207+182=635 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.74% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 182 (71.48% from 255 or 28.66% from 635); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CFB6 is #093049. Grayscale: #D7D7D7. Windows color (decimal): -602186 or 11980790. OLE color: 11980790.
HSL color Cylindrical-coordinate representation of color #F6CFB6: hue angle of 23.44º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6CFB6 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 207 | 182 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.04 |
| HSL | 23.44º | 0.78% | 0.84% | - |
| HSV(B) | 23.44º | 0.26% | 0.96% | - |
| XYZ | 68.76 | 67.6 | 53.68 | - |
| YUV | 215.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 182 | 0 | 0.16 | 0.26 | 0.04 | 23.44 | 0.78 | 0.84 |
| Hex | F6 | CF | B6 | 0 | 10 | 1A | 4 | 17 | 4E | 54 |
| Octal | 366 | 317 | 266 | 0 | 20 | 32 | 4 | 27 | 116 | 124 |
| Binary | 11110110 | 11001111 | 10110110 | 0 | 10000 | 11010 | 100 | 10111 | 1001110 | 1010100 |
Color Harmonies of #F6CFB6
Complementary color
Monochromatic Colors of #F6CFB6
Black with #F6CFB6
Text Example
Text Example
White with #F6CFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CFB6; }
p { color: rgb(246,207,182); }
H1.HeaderClassName
{
color: #F6CFB6;
}
.AnyTagClassName
{
color: #F6CFB6;
}
</style>
background-color css
<style>
a { background-color: #F6CFB6; }
a { background-color: rgb(246,207,182); }
div.DivClassName
{
background-color: #F6CFB6;
}
.BgClassName
{
background-color: #F6CFB6;
}
</style>
border-color css
<style>
span { border-color: #F6CFB6; }
span { border-color: rgb(246,207,182); }
td.TdClassName
{
border-color: #F6CFB6;
}
.TagClassName
{
border-color: #F6CFB6;
}
</style>