Shades of Peach #F6C7A6
Tints of Peach #F6C7A6
RGB
CMYK
RGB Variations
Color information
#F6C7A6 (or 0xF6C7A6) is known color: Peach. HEX triplet: F6, C7 and A6. RGB value is (246,199,166). Sum of RGB (Red+Green+Blue) = 246+199+166=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 199 (78.12% from 255 or 32.57% from 611); Blue value is 166 (65.23% from 255 or 27.17% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C7A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C7A6 is #093859. Grayscale: #D1D1D1. Windows color (decimal): -604250 or 10930166. OLE color: 10930166.
HSL color Cylindrical-coordinate representation of color #F6C7A6: hue angle of 24.75º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6C7A6 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 199 | 166 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.04 |
| HSL | 24.75º | 0.82% | 0.81% | - |
| HSV(B) | 24.75º | 0.33% | 0.96% | - |
| XYZ | 65.31 | 63.19 | 44.83 | - |
| YUV | 209.29 | 103.57 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 199 | 166 | 0 | 0.19 | 0.33 | 0.04 | 24.75 | 0.82 | 0.81 |
| Hex | F6 | C7 | A6 | 0 | 13 | 21 | 4 | 19 | 52 | 51 |
| Octal | 366 | 307 | 246 | 0 | 23 | 41 | 4 | 31 | 122 | 121 |
| Binary | 11110110 | 11000111 | 10100110 | 0 | 10011 | 100001 | 100 | 11001 | 1010010 | 1010001 |
Color Harmonies of #F6C7A6
Complementary color
Monochromatic Colors of #F6C7A6
Black with #F6C7A6
Text Example
Text Example
White with #F6C7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C7A6; }
p { color: rgb(246,199,166); }
H1.HeaderClassName
{
color: #F6C7A6;
}
.AnyTagClassName
{
color: #F6C7A6;
}
</style>
background-color css
<style>
a { background-color: #F6C7A6; }
a { background-color: rgb(246,199,166); }
div.DivClassName
{
background-color: #F6C7A6;
}
.BgClassName
{
background-color: #F6C7A6;
}
</style>
border-color css
<style>
span { border-color: #F6C7A6; }
span { border-color: rgb(246,199,166); }
td.TdClassName
{
border-color: #F6C7A6;
}
.TagClassName
{
border-color: #F6C7A6;
}
</style>