Shades of Peach #F8CAA7
Tints of Peach #F8CAA7
RGB
CMYK
RGB Variations
Color information
#F8CAA7 (or 0xF8CAA7) is known color: Peach. HEX triplet: F8, CA and A7. RGB value is (248,202,167). Sum of RGB (Red+Green+Blue) = 248+202+167=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 167 (65.62% from 255 or 27.07% from 617); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CAA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CAA7 is #073558. Grayscale: #D3D3D3. Windows color (decimal): -472409 or 10996472. OLE color: 10996472.
HSL color Cylindrical-coordinate representation of color #F8CAA7: hue angle of 25.93º degrees, saturation: 0.85, 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 #F8CAA7 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 202 | 167 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.03 |
| HSL | 25.93º | 0.85% | 0.81% | - |
| HSV(B) | 25.93º | 0.33% | 0.97% | - |
| XYZ | 66.81 | 64.99 | 45.58 | - |
| YUV | 211.76 | 102.74 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 202 | 167 | 0 | 0.19 | 0.33 | 0.03 | 25.93 | 0.85 | 0.81 |
| Hex | F8 | CA | A7 | 0 | 13 | 21 | 3 | 1A | 55 | 51 |
| Octal | 370 | 312 | 247 | 0 | 23 | 41 | 3 | 32 | 125 | 121 |
| Binary | 11111000 | 11001010 | 10100111 | 0 | 10011 | 100001 | 11 | 11010 | 1010101 | 1010001 |
Color Harmonies of #F8CAA7
Complementary color
Monochromatic Colors of #F8CAA7
Black with #F8CAA7
Text Example
Text Example
White with #F8CAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CAA7; }
p { color: rgb(248,202,167); }
H1.HeaderClassName
{
color: #F8CAA7;
}
.AnyTagClassName
{
color: #F8CAA7;
}
</style>
background-color css
<style>
a { background-color: #F8CAA7; }
a { background-color: rgb(248,202,167); }
div.DivClassName
{
background-color: #F8CAA7;
}
.BgClassName
{
background-color: #F8CAA7;
}
</style>
border-color css
<style>
span { border-color: #F8CAA7; }
span { border-color: rgb(248,202,167); }
td.TdClassName
{
border-color: #F8CAA7;
}
.TagClassName
{
border-color: #F8CAA7;
}
</style>