Shades of Rose Bud #F1A898
Tints of Rose Bud #F1A898
RGB
CMYK
RGB Variations
Color information
#F1A898 (or 0xF1A898) is known color: Rose Bud. HEX triplet: F1, A8 and 98. RGB value is (241,168,152). Sum of RGB (Red+Green+Blue) = 241+168+152=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 152 (59.77% from 255 or 27.09% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A898 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A898 is #0E5767. Grayscale: #BCBCBC. Windows color (decimal): -939880 or 10004721. OLE color: 10004721.
HSL color Cylindrical-coordinate representation of color #F1A898: hue angle of 10.79º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F1A898 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 152 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.05 |
| HSL | 10.79º | 0.76% | 0.77% | - |
| HSV(B) | 10.79º | 0.37% | 0.95% | - |
| XYZ | 55.95 | 48.97 | 36.21 | - |
| YUV | 188 | 107.68 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 152 | 0 | 0.30 | 0.37 | 0.05 | 10.79 | 0.76 | 0.77 |
| Hex | F1 | A8 | 98 | 0 | 1E | 25 | 5 | B | 4C | 4D |
| Octal | 361 | 250 | 230 | 0 | 36 | 45 | 5 | 13 | 114 | 115 |
| Binary | 11110001 | 10101000 | 10011000 | 0 | 11110 | 100101 | 101 | 1011 | 1001100 | 1001101 |
Color Harmonies of #F1A898
Complementary color
Monochromatic Colors of #F1A898
Black with #F1A898
Text Example
Text Example
White with #F1A898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A898; }
p { color: rgb(241,168,152); }
H1.HeaderClassName
{
color: #F1A898;
}
.AnyTagClassName
{
color: #F1A898;
}
</style>
background-color css
<style>
a { background-color: #F1A898; }
a { background-color: rgb(241,168,152); }
div.DivClassName
{
background-color: #F1A898;
}
.BgClassName
{
background-color: #F1A898;
}
</style>
border-color css
<style>
span { border-color: #F1A898; }
span { border-color: rgb(241,168,152); }
td.TdClassName
{
border-color: #F1A898;
}
.TagClassName
{
border-color: #F1A898;
}
</style>