Shades of Peach #F8CBA5
Tints of Peach #F8CBA5
RGB
CMYK
RGB Variations
Color information
#F8CBA5 (or 0xF8CBA5) is known color: Peach. HEX triplet: F8, CB and A5. RGB value is (248,203,165). Sum of RGB (Red+Green+Blue) = 248+203+165=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 165 (64.84% from 255 or 26.79% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CBA5 is #07345A. Grayscale: #D4D4D4. Windows color (decimal): -472155 or 10865656. OLE color: 10865656.
HSL color Cylindrical-coordinate representation of color #F8CBA5: hue angle of 27.47º 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 #F8CBA5 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 165 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.03 |
| HSL | 27.47º | 0.86% | 0.81% | - |
| HSV(B) | 27.47º | 0.33% | 0.97% | - |
| XYZ | 66.86 | 65.38 | 44.69 | - |
| YUV | 212.12 | 101.41 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 165 | 0 | 0.18 | 0.33 | 0.03 | 27.47 | 0.86 | 0.81 |
| Hex | F8 | CB | A5 | 0 | 12 | 21 | 3 | 1B | 56 | 51 |
| Octal | 370 | 313 | 245 | 0 | 22 | 41 | 3 | 33 | 126 | 121 |
| Binary | 11111000 | 11001011 | 10100101 | 0 | 10010 | 100001 | 11 | 11011 | 1010110 | 1010001 |
Color Harmonies of #F8CBA5
Complementary color
Monochromatic Colors of #F8CBA5
Black with #F8CBA5
Text Example
Text Example
White with #F8CBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CBA5; }
p { color: rgb(248,203,165); }
H1.HeaderClassName
{
color: #F8CBA5;
}
.AnyTagClassName
{
color: #F8CBA5;
}
</style>
background-color css
<style>
a { background-color: #F8CBA5; }
a { background-color: rgb(248,203,165); }
div.DivClassName
{
background-color: #F8CBA5;
}
.BgClassName
{
background-color: #F8CBA5;
}
</style>
border-color css
<style>
span { border-color: #F8CBA5; }
span { border-color: rgb(248,203,165); }
td.TdClassName
{
border-color: #F8CBA5;
}
.TagClassName
{
border-color: #F8CBA5;
}
</style>