Shades of Peach #F8CBA2
Tints of Peach #F8CBA2
RGB
CMYK
RGB Variations
Color information
#F8CBA2 (or 0xF8CBA2) is known color: Peach. HEX triplet: F8, CB and A2. RGB value is (248,203,162). Sum of RGB (Red+Green+Blue) = 248+203+162=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 162 (63.67% from 255 or 26.43% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CBA2 is #07345D. Grayscale: #D3D3D3. Windows color (decimal): -472158 or 10669048. OLE color: 10669048.
HSL color Cylindrical-coordinate representation of color #F8CBA2: hue angle of 28.6º 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 #F8CBA2 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 162 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.03 |
| HSL | 28.6º | 0.86% | 0.8% | - |
| HSV(B) | 28.6º | 0.35% | 0.97% | - |
| XYZ | 66.59 | 65.28 | 43.27 | - |
| YUV | 211.78 | 99.91 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 162 | 0 | 0.18 | 0.35 | 0.03 | 28.6 | 0.86 | 0.8 |
| Hex | F8 | CB | A2 | 0 | 12 | 23 | 3 | 1D | 56 | 50 |
| Octal | 370 | 313 | 242 | 0 | 22 | 43 | 3 | 35 | 126 | 120 |
| Binary | 11111000 | 11001011 | 10100010 | 0 | 10010 | 100011 | 11 | 11101 | 1010110 | 1010000 |
Color Harmonies of #F8CBA2
Complementary color
Monochromatic Colors of #F8CBA2
Black with #F8CBA2
Text Example
Text Example
White with #F8CBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CBA2; }
p { color: rgb(248,203,162); }
H1.HeaderClassName
{
color: #F8CBA2;
}
.AnyTagClassName
{
color: #F8CBA2;
}
</style>
background-color css
<style>
a { background-color: #F8CBA2; }
a { background-color: rgb(248,203,162); }
div.DivClassName
{
background-color: #F8CBA2;
}
.BgClassName
{
background-color: #F8CBA2;
}
</style>
border-color css
<style>
span { border-color: #F8CBA2; }
span { border-color: rgb(248,203,162); }
td.TdClassName
{
border-color: #F8CBA2;
}
.TagClassName
{
border-color: #F8CBA2;
}
</style>