Shades of Peach #F8CBA6
Tints of Peach #F8CBA6
RGB
CMYK
RGB Variations
Color information
#F8CBA6 (or 0xF8CBA6) is known color: Peach. HEX triplet: F8, CB and A6. RGB value is (248,203,166). Sum of RGB (Red+Green+Blue) = 248+203+166=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 166 (65.23% from 255 or 26.90% from 617); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CBA6 is #073459. Grayscale: #D4D4D4. Windows color (decimal): -472154 or 10931192. OLE color: 10931192.
HSL color Cylindrical-coordinate representation of color #F8CBA6: hue angle of 27.07º degrees, saturation: 0.85, 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 #F8CBA6 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 166 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.03 |
| HSL | 27.07º | 0.85% | 0.81% | - |
| HSV(B) | 27.07º | 0.33% | 0.97% | - |
| XYZ | 66.95 | 65.42 | 45.18 | - |
| YUV | 212.24 | 101.91 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 166 | 0 | 0.18 | 0.33 | 0.03 | 27.07 | 0.85 | 0.81 |
| Hex | F8 | CB | A6 | 0 | 12 | 21 | 3 | 1B | 55 | 51 |
| Octal | 370 | 313 | 246 | 0 | 22 | 41 | 3 | 33 | 125 | 121 |
| Binary | 11111000 | 11001011 | 10100110 | 0 | 10010 | 100001 | 11 | 11011 | 1010101 | 1010001 |
Color Harmonies of #F8CBA6
Complementary color
Monochromatic Colors of #F8CBA6
Black with #F8CBA6
Text Example
Text Example
White with #F8CBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CBA6; }
p { color: rgb(248,203,166); }
H1.HeaderClassName
{
color: #F8CBA6;
}
.AnyTagClassName
{
color: #F8CBA6;
}
</style>
background-color css
<style>
a { background-color: #F8CBA6; }
a { background-color: rgb(248,203,166); }
div.DivClassName
{
background-color: #F8CBA6;
}
.BgClassName
{
background-color: #F8CBA6;
}
</style>
border-color css
<style>
span { border-color: #F8CBA6; }
span { border-color: rgb(248,203,166); }
td.TdClassName
{
border-color: #F8CBA6;
}
.TagClassName
{
border-color: #F8CBA6;
}
</style>