Shades of Rose Bud #F8A295
Tints of Rose Bud #F8A295
RGB
CMYK
RGB Variations
Color information
#F8A295 (or 0xF8A295) is known color: Rose Bud. HEX triplet: F8, A2 and 95. RGB value is (248,162,149). Sum of RGB (Red+Green+Blue) = 248+162+149=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A295 is #075D6A. Grayscale: #BABABA. Windows color (decimal): -482667 or 9806584. OLE color: 9806584.
HSL color Cylindrical-coordinate representation of color #F8A295: hue angle of 7.88º 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 #F8A295 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 162 | 149 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.03 |
| HSL | 7.88º | 0.88% | 0.78% | - |
| HSV(B) | 7.88º | 0.4% | 0.97% | - |
| XYZ | 57.06 | 47.97 | 34.69 | - |
| YUV | 186.23 | 106.99 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 162 | 149 | 0 | 0.35 | 0.40 | 0.03 | 7.88 | 0.88 | 0.78 |
| Hex | F8 | A2 | 95 | 0 | 23 | 28 | 3 | 8 | 58 | 4E |
| Octal | 370 | 242 | 225 | 0 | 43 | 50 | 3 | 10 | 130 | 116 |
| Binary | 11111000 | 10100010 | 10010101 | 0 | 100011 | 101000 | 11 | 1000 | 1011000 | 1001110 |
Color Harmonies of #F8A295
Complementary color
Monochromatic Colors of #F8A295
Black with #F8A295
Text Example
Text Example
White with #F8A295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A295; }
p { color: rgb(248,162,149); }
H1.HeaderClassName
{
color: #F8A295;
}
.AnyTagClassName
{
color: #F8A295;
}
</style>
background-color css
<style>
a { background-color: #F8A295; }
a { background-color: rgb(248,162,149); }
div.DivClassName
{
background-color: #F8A295;
}
.BgClassName
{
background-color: #F8A295;
}
</style>
border-color css
<style>
span { border-color: #F8A295; }
span { border-color: rgb(248,162,149); }
td.TdClassName
{
border-color: #F8A295;
}
.TagClassName
{
border-color: #F8A295;
}
</style>