Shades of Rose Bud #F8A895
Tints of Rose Bud #F8A895
RGB
CMYK
RGB Variations
Color information
#F8A895 (or 0xF8A895) is known color: Rose Bud. HEX triplet: F8, A8 and 95. RGB value is (248,168,149). Sum of RGB (Red+Green+Blue) = 248+168+149=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A895 is #07576A. Grayscale: #BDBDBD. Windows color (decimal): -481131 or 9808120. OLE color: 9808120.
HSL color Cylindrical-coordinate representation of color #F8A895: hue angle of 11.52º 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 #F8A895 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 149 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.03 |
| HSL | 11.52º | 0.88% | 0.78% | - |
| HSV(B) | 11.52º | 0.4% | 0.97% | - |
| XYZ | 58.14 | 50.13 | 35.05 | - |
| YUV | 189.75 | 105 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 149 | 0 | 0.32 | 0.40 | 0.03 | 11.52 | 0.88 | 0.78 |
| Hex | F8 | A8 | 95 | 0 | 20 | 28 | 3 | C | 58 | 4E |
| Octal | 370 | 250 | 225 | 0 | 40 | 50 | 3 | 14 | 130 | 116 |
| Binary | 11111000 | 10101000 | 10010101 | 0 | 100000 | 101000 | 11 | 1100 | 1011000 | 1001110 |
Color Harmonies of #F8A895
Complementary color
Monochromatic Colors of #F8A895
Black with #F8A895
Text Example
Text Example
White with #F8A895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A895; }
p { color: rgb(248,168,149); }
H1.HeaderClassName
{
color: #F8A895;
}
.AnyTagClassName
{
color: #F8A895;
}
</style>
background-color css
<style>
a { background-color: #F8A895; }
a { background-color: rgb(248,168,149); }
div.DivClassName
{
background-color: #F8A895;
}
.BgClassName
{
background-color: #F8A895;
}
</style>
border-color css
<style>
span { border-color: #F8A895; }
span { border-color: rgb(248,168,149); }
td.TdClassName
{
border-color: #F8A895;
}
.TagClassName
{
border-color: #F8A895;
}
</style>