Shades of Rose Bud #F1A895
Tints of Rose Bud #F1A895
RGB
CMYK
RGB Variations
Color information
#F1A895 (or 0xF1A895) is known color: Rose Bud. HEX triplet: F1, A8 and 95. RGB value is (241,168,149). Sum of RGB (Red+Green+Blue) = 241+168+149=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A895 is #0E576A. Grayscale: #BBBBBB. Windows color (decimal): -939883 or 9808113. OLE color: 9808113.
HSL color Cylindrical-coordinate representation of color #F1A895: hue angle of 12.39º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F1A895 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 149 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.05 |
| HSL | 12.39º | 0.77% | 0.76% | - |
| HSV(B) | 12.39º | 0.38% | 0.95% | - |
| XYZ | 55.7 | 48.88 | 34.93 | - |
| YUV | 187.66 | 106.18 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 149 | 0 | 0.30 | 0.38 | 0.05 | 12.39 | 0.77 | 0.76 |
| Hex | F1 | A8 | 95 | 0 | 1E | 26 | 5 | C | 4D | 4C |
| Octal | 361 | 250 | 225 | 0 | 36 | 46 | 5 | 14 | 115 | 114 |
| Binary | 11110001 | 10101000 | 10010101 | 0 | 11110 | 100110 | 101 | 1100 | 1001101 | 1001100 |
Color Harmonies of #F1A895
Complementary color
Monochromatic Colors of #F1A895
Black with #F1A895
Text Example
Text Example
White with #F1A895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A895; }
p { color: rgb(241,168,149); }
H1.HeaderClassName
{
color: #F1A895;
}
.AnyTagClassName
{
color: #F1A895;
}
</style>
background-color css
<style>
a { background-color: #F1A895; }
a { background-color: rgb(241,168,149); }
div.DivClassName
{
background-color: #F1A895;
}
.BgClassName
{
background-color: #F1A895;
}
</style>
border-color css
<style>
span { border-color: #F1A895; }
span { border-color: rgb(241,168,149); }
td.TdClassName
{
border-color: #F1A895;
}
.TagClassName
{
border-color: #F1A895;
}
</style>