Shades of Peach #F8CAA5
Tints of Peach #F8CAA5
RGB
CMYK
RGB Variations
Color information
#F8CAA5 (or 0xF8CAA5) is known color: Peach. HEX triplet: F8, CA and A5. RGB value is (248,202,165). Sum of RGB (Red+Green+Blue) = 248+202+165=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 165 (64.84% from 255 or 26.83% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CAA5 is #07355A. Grayscale: #D3D3D3. Windows color (decimal): -472411 or 10865400. OLE color: 10865400.
HSL color Cylindrical-coordinate representation of color #F8CAA5: hue angle of 26.75º degrees, saturation: 0.86, 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 #F8CAA5 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 202 | 165 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.03 |
| HSL | 26.75º | 0.86% | 0.81% | - |
| HSV(B) | 26.75º | 0.33% | 0.97% | - |
| XYZ | 66.62 | 64.91 | 44.62 | - |
| YUV | 211.54 | 101.74 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 202 | 165 | 0 | 0.19 | 0.33 | 0.03 | 26.75 | 0.86 | 0.81 |
| Hex | F8 | CA | A5 | 0 | 13 | 21 | 3 | 1B | 56 | 51 |
| Octal | 370 | 312 | 245 | 0 | 23 | 41 | 3 | 33 | 126 | 121 |
| Binary | 11111000 | 11001010 | 10100101 | 0 | 10011 | 100001 | 11 | 11011 | 1010110 | 1010001 |
Color Harmonies of #F8CAA5
Complementary color
Monochromatic Colors of #F8CAA5
Black with #F8CAA5
Text Example
Text Example
White with #F8CAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CAA5; }
p { color: rgb(248,202,165); }
H1.HeaderClassName
{
color: #F8CAA5;
}
.AnyTagClassName
{
color: #F8CAA5;
}
</style>
background-color css
<style>
a { background-color: #F8CAA5; }
a { background-color: rgb(248,202,165); }
div.DivClassName
{
background-color: #F8CAA5;
}
.BgClassName
{
background-color: #F8CAA5;
}
</style>
border-color css
<style>
span { border-color: #F8CAA5; }
span { border-color: rgb(248,202,165); }
td.TdClassName
{
border-color: #F8CAA5;
}
.TagClassName
{
border-color: #F8CAA5;
}
</style>