Shades of Peach #F7C6A5
Tints of Peach #F7C6A5
RGB
CMYK
RGB Variations
Color information
#F7C6A5 (or 0xF7C6A5) is known color: Peach. HEX triplet: F7, C6 and A5. RGB value is (247,198,165). Sum of RGB (Red+Green+Blue) = 247+198+165=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 198 (77.73% from 255 or 32.46% from 610); Blue value is 165 (64.84% from 255 or 27.05% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C6A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C6A5 is #08395A. Grayscale: #D1D1D1. Windows color (decimal): -538971 or 10864375. OLE color: 10864375.
HSL color Cylindrical-coordinate representation of color #F7C6A5: hue angle of 24.15º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7C6A5 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 198 | 165 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.03 |
| HSL | 24.15º | 0.84% | 0.81% | - |
| HSV(B) | 24.15º | 0.33% | 0.97% | - |
| XYZ | 65.34 | 62.88 | 44.29 | - |
| YUV | 208.89 | 103.23 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 198 | 165 | 0 | 0.20 | 0.33 | 0.03 | 24.15 | 0.84 | 0.81 |
| Hex | F7 | C6 | A5 | 0 | 14 | 21 | 3 | 18 | 54 | 51 |
| Octal | 367 | 306 | 245 | 0 | 24 | 41 | 3 | 30 | 124 | 121 |
| Binary | 11110111 | 11000110 | 10100101 | 0 | 10100 | 100001 | 11 | 11000 | 1010100 | 1010001 |
Color Harmonies of #F7C6A5
Complementary color
Monochromatic Colors of #F7C6A5
Black with #F7C6A5
Text Example
Text Example
White with #F7C6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C6A5; }
p { color: rgb(247,198,165); }
H1.HeaderClassName
{
color: #F7C6A5;
}
.AnyTagClassName
{
color: #F7C6A5;
}
</style>
background-color css
<style>
a { background-color: #F7C6A5; }
a { background-color: rgb(247,198,165); }
div.DivClassName
{
background-color: #F7C6A5;
}
.BgClassName
{
background-color: #F7C6A5;
}
</style>
border-color css
<style>
span { border-color: #F7C6A5; }
span { border-color: rgb(247,198,165); }
td.TdClassName
{
border-color: #F7C6A5;
}
.TagClassName
{
border-color: #F7C6A5;
}
</style>