Shades of Peach #F8CAA2
Tints of Peach #F8CAA2
RGB
CMYK
RGB Variations
Color information
#F8CAA2 (or 0xF8CAA2) is known color: Peach. HEX triplet: F8, CA and A2. RGB value is (248,202,162). Sum of RGB (Red+Green+Blue) = 248+202+162=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 162 (63.67% from 255 or 26.47% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CAA2 is #07355D. Grayscale: #D3D3D3. Windows color (decimal): -472414 or 10668792. OLE color: 10668792.
HSL color Cylindrical-coordinate representation of color #F8CAA2: hue angle of 27.91º 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 #F8CAA2 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 202 | 162 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.03 |
| HSL | 27.91º | 0.86% | 0.8% | - |
| HSV(B) | 27.91º | 0.35% | 0.97% | - |
| XYZ | 66.35 | 64.81 | 43.19 | - |
| YUV | 211.19 | 100.24 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 202 | 162 | 0 | 0.19 | 0.35 | 0.03 | 27.91 | 0.86 | 0.8 |
| Hex | F8 | CA | A2 | 0 | 13 | 23 | 3 | 1C | 56 | 50 |
| Octal | 370 | 312 | 242 | 0 | 23 | 43 | 3 | 34 | 126 | 120 |
| Binary | 11111000 | 11001010 | 10100010 | 0 | 10011 | 100011 | 11 | 11100 | 1010110 | 1010000 |
Color Harmonies of #F8CAA2
Complementary color
Monochromatic Colors of #F8CAA2
Black with #F8CAA2
Text Example
Text Example
White with #F8CAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CAA2; }
p { color: rgb(248,202,162); }
H1.HeaderClassName
{
color: #F8CAA2;
}
.AnyTagClassName
{
color: #F8CAA2;
}
</style>
background-color css
<style>
a { background-color: #F8CAA2; }
a { background-color: rgb(248,202,162); }
div.DivClassName
{
background-color: #F8CAA2;
}
.BgClassName
{
background-color: #F8CAA2;
}
</style>
border-color css
<style>
span { border-color: #F8CAA2; }
span { border-color: rgb(248,202,162); }
td.TdClassName
{
border-color: #F8CAA2;
}
.TagClassName
{
border-color: #F8CAA2;
}
</style>