Shades of Rose Bud #F8A995
Tints of Rose Bud #F8A995
RGB
CMYK
RGB Variations
Color information
#F8A995 (or 0xF8A995) is known color: Rose Bud. HEX triplet: F8, A9 and 95. RGB value is (248,169,149). Sum of RGB (Red+Green+Blue) = 248+169+149=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A995 is #07566A. Grayscale: #BEBEBE. Windows color (decimal): -480875 or 9808376. OLE color: 9808376.
HSL color Cylindrical-coordinate representation of color #F8A995: hue angle of 12.12º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F8A995 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 169 | 149 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.03 |
| HSL | 12.12º | 0.88% | 0.78% | - |
| HSV(B) | 12.12º | 0.4% | 0.97% | - |
| XYZ | 58.32 | 50.5 | 35.11 | - |
| YUV | 190.34 | 104.67 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 169 | 149 | 0 | 0.32 | 0.40 | 0.03 | 12.12 | 0.88 | 0.78 |
| Hex | F8 | A9 | 95 | 0 | 20 | 28 | 3 | C | 58 | 4E |
| Octal | 370 | 251 | 225 | 0 | 40 | 50 | 3 | 14 | 130 | 116 |
| Binary | 11111000 | 10101001 | 10010101 | 0 | 100000 | 101000 | 11 | 1100 | 1011000 | 1001110 |
Color Harmonies of #F8A995
Complementary color
Monochromatic Colors of #F8A995
Black with #F8A995
Text Example
Text Example
White with #F8A995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A995; }
p { color: rgb(248,169,149); }
H1.HeaderClassName
{
color: #F8A995;
}
.AnyTagClassName
{
color: #F8A995;
}
</style>
background-color css
<style>
a { background-color: #F8A995; }
a { background-color: rgb(248,169,149); }
div.DivClassName
{
background-color: #F8A995;
}
.BgClassName
{
background-color: #F8A995;
}
</style>
border-color css
<style>
span { border-color: #F8A995; }
span { border-color: rgb(248,169,149); }
td.TdClassName
{
border-color: #F8A995;
}
.TagClassName
{
border-color: #F8A995;
}
</style>