Shades of Peach #F8CAA1
Tints of Peach #F8CAA1
RGB
CMYK
RGB Variations
Color information
#F8CAA1 (or 0xF8CAA1) is known color: Peach. HEX triplet: F8, CA and A1. RGB value is (248,202,161). Sum of RGB (Red+Green+Blue) = 248+202+161=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 161 (63.28% from 255 or 26.35% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CAA1 is #07355E. Grayscale: #D3D3D3. Windows color (decimal): -472415 or 10603256. OLE color: 10603256.
HSL color Cylindrical-coordinate representation of color #F8CAA1: hue angle of 28.28º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8CAA1 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 202 | 161 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.03 |
| HSL | 28.28º | 0.86% | 0.8% | - |
| HSV(B) | 28.28º | 0.35% | 0.97% | - |
| XYZ | 66.26 | 64.77 | 42.73 | - |
| YUV | 211.08 | 99.74 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 202 | 161 | 0 | 0.19 | 0.35 | 0.03 | 28.28 | 0.86 | 0.8 |
| Hex | F8 | CA | A1 | 0 | 13 | 23 | 3 | 1C | 56 | 50 |
| Octal | 370 | 312 | 241 | 0 | 23 | 43 | 3 | 34 | 126 | 120 |
| Binary | 11111000 | 11001010 | 10100001 | 0 | 10011 | 100011 | 11 | 11100 | 1010110 | 1010000 |
Color Harmonies of #F8CAA1
Complementary color
Monochromatic Colors of #F8CAA1
Black with #F8CAA1
Text Example
Text Example
White with #F8CAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CAA1; }
p { color: rgb(248,202,161); }
H1.HeaderClassName
{
color: #F8CAA1;
}
.AnyTagClassName
{
color: #F8CAA1;
}
</style>
background-color css
<style>
a { background-color: #F8CAA1; }
a { background-color: rgb(248,202,161); }
div.DivClassName
{
background-color: #F8CAA1;
}
.BgClassName
{
background-color: #F8CAA1;
}
</style>
border-color css
<style>
span { border-color: #F8CAA1; }
span { border-color: rgb(248,202,161); }
td.TdClassName
{
border-color: #F8CAA1;
}
.TagClassName
{
border-color: #F8CAA1;
}
</style>