Shades of Peach #F8C7A4
Tints of Peach #F8C7A4
RGB
CMYK
RGB Variations
Color information
#F8C7A4 (or 0xF8C7A4) is known color: Peach. HEX triplet: F8, C7 and A4. RGB value is (248,199,164). Sum of RGB (Red+Green+Blue) = 248+199+164=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 199 (78.12% from 255 or 32.57% from 611); Blue value is 164 (64.45% from 255 or 26.84% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C7A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C7A4 is #07385B. Grayscale: #D1D1D1. Windows color (decimal): -473180 or 10799096. OLE color: 10799096.
HSL color Cylindrical-coordinate representation of color #F8C7A4: hue angle of 25º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F8C7A4 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 164 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.03 |
| HSL | 25º | 0.86% | 0.81% | - |
| HSV(B) | 25º | 0.34% | 0.97% | - |
| XYZ | 65.84 | 63.48 | 43.91 | - |
| YUV | 209.66 | 102.23 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 164 | 0 | 0.20 | 0.34 | 0.03 | 25 | 0.86 | 0.81 |
| Hex | F8 | C7 | A4 | 0 | 14 | 22 | 3 | 19 | 56 | 51 |
| Octal | 370 | 307 | 244 | 0 | 24 | 42 | 3 | 31 | 126 | 121 |
| Binary | 11111000 | 11000111 | 10100100 | 0 | 10100 | 100010 | 11 | 11001 | 1010110 | 1010001 |
Color Harmonies of #F8C7A4
Complementary color
Monochromatic Colors of #F8C7A4
Black with #F8C7A4
Text Example
Text Example
White with #F8C7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C7A4; }
p { color: rgb(248,199,164); }
H1.HeaderClassName
{
color: #F8C7A4;
}
.AnyTagClassName
{
color: #F8C7A4;
}
</style>
background-color css
<style>
a { background-color: #F8C7A4; }
a { background-color: rgb(248,199,164); }
div.DivClassName
{
background-color: #F8C7A4;
}
.BgClassName
{
background-color: #F8C7A4;
}
</style>
border-color css
<style>
span { border-color: #F8C7A4; }
span { border-color: rgb(248,199,164); }
td.TdClassName
{
border-color: #F8C7A4;
}
.TagClassName
{
border-color: #F8C7A4;
}
</style>