Shades of Peach #F8CBA1
Tints of Peach #F8CBA1
RGB
CMYK
RGB Variations
Color information
#F8CBA1 (or 0xF8CBA1) is known color: Peach. HEX triplet: F8, CB and A1. RGB value is (248,203,161). Sum of RGB (Red+Green+Blue) = 248+203+161=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 161 (63.28% from 255 or 26.31% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CBA1 is #07345E. Grayscale: #D3D3D3. Windows color (decimal): -472159 or 10603512. OLE color: 10603512.
HSL color Cylindrical-coordinate representation of color #F8CBA1: hue angle of 28.97º 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 #F8CBA1 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 161 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.03 |
| HSL | 28.97º | 0.86% | 0.8% | - |
| HSV(B) | 28.97º | 0.35% | 0.97% | - |
| XYZ | 66.5 | 65.24 | 42.81 | - |
| YUV | 211.67 | 99.41 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 161 | 0 | 0.18 | 0.35 | 0.03 | 28.97 | 0.86 | 0.8 |
| Hex | F8 | CB | A1 | 0 | 12 | 23 | 3 | 1D | 56 | 50 |
| Octal | 370 | 313 | 241 | 0 | 22 | 43 | 3 | 35 | 126 | 120 |
| Binary | 11111000 | 11001011 | 10100001 | 0 | 10010 | 100011 | 11 | 11101 | 1010110 | 1010000 |
Color Harmonies of #F8CBA1
Complementary color
Monochromatic Colors of #F8CBA1
Black with #F8CBA1
Text Example
Text Example
White with #F8CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CBA1; }
p { color: rgb(248,203,161); }
H1.HeaderClassName
{
color: #F8CBA1;
}
.AnyTagClassName
{
color: #F8CBA1;
}
</style>
background-color css
<style>
a { background-color: #F8CBA1; }
a { background-color: rgb(248,203,161); }
div.DivClassName
{
background-color: #F8CBA1;
}
.BgClassName
{
background-color: #F8CBA1;
}
</style>
border-color css
<style>
span { border-color: #F8CBA1; }
span { border-color: rgb(248,203,161); }
td.TdClassName
{
border-color: #F8CBA1;
}
.TagClassName
{
border-color: #F8CBA1;
}
</style>