Shades of Rose Bud #F7A895
Tints of Rose Bud #F7A895
RGB
CMYK
RGB Variations
Color information
#F7A895 (or 0xF7A895) is known color: Rose Bud. HEX triplet: F7, A8 and 95. RGB value is (247,168,149). Sum of RGB (Red+Green+Blue) = 247+168+149=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 168 (66.02% from 255 or 29.79% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A895 is #08576A. Grayscale: #BDBDBD. Windows color (decimal): -546667 or 9808119. OLE color: 9808119.
HSL color Cylindrical-coordinate representation of color #F7A895: hue angle of 11.63º degrees, saturation: 0.86, 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 #F7A895 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 168 | 149 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.03 |
| HSL | 11.63º | 0.86% | 0.78% | - |
| HSV(B) | 11.63º | 0.4% | 0.97% | - |
| XYZ | 57.79 | 49.95 | 35.03 | - |
| YUV | 189.46 | 105.17 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 149 | 0 | 0.32 | 0.40 | 0.03 | 11.63 | 0.86 | 0.78 |
| Hex | F7 | A8 | 95 | 0 | 20 | 28 | 3 | C | 56 | 4E |
| Octal | 367 | 250 | 225 | 0 | 40 | 50 | 3 | 14 | 126 | 116 |
| Binary | 11110111 | 10101000 | 10010101 | 0 | 100000 | 101000 | 11 | 1100 | 1010110 | 1001110 |
Color Harmonies of #F7A895
Complementary color
Monochromatic Colors of #F7A895
Black with #F7A895
Text Example
Text Example
White with #F7A895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A895; }
p { color: rgb(247,168,149); }
H1.HeaderClassName
{
color: #F7A895;
}
.AnyTagClassName
{
color: #F7A895;
}
</style>
background-color css
<style>
a { background-color: #F7A895; }
a { background-color: rgb(247,168,149); }
div.DivClassName
{
background-color: #F7A895;
}
.BgClassName
{
background-color: #F7A895;
}
</style>
border-color css
<style>
span { border-color: #F7A895; }
span { border-color: rgb(247,168,149); }
td.TdClassName
{
border-color: #F7A895;
}
.TagClassName
{
border-color: #F7A895;
}
</style>