Shades of Rose Bud #F5A898
Tints of Rose Bud #F5A898
RGB
CMYK
RGB Variations
Color information
#F5A898 (or 0xF5A898) is known color: Rose Bud. HEX triplet: F5, A8 and 98. RGB value is (245,168,152). Sum of RGB (Red+Green+Blue) = 245+168+152=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A898 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A898 is #0A5767. Grayscale: #BDBDBD. Windows color (decimal): -677736 or 10004725. OLE color: 10004725.
HSL color Cylindrical-coordinate representation of color #F5A898: hue angle of 10.32º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F5A898 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 168 | 152 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.04 |
| HSL | 10.32º | 0.82% | 0.78% | - |
| HSV(B) | 10.32º | 0.38% | 0.96% | - |
| XYZ | 57.33 | 49.68 | 36.27 | - |
| YUV | 189.2 | 107.01 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 152 | 0 | 0.31 | 0.38 | 0.04 | 10.32 | 0.82 | 0.78 |
| Hex | F5 | A8 | 98 | 0 | 1F | 26 | 4 | A | 52 | 4E |
| Octal | 365 | 250 | 230 | 0 | 37 | 46 | 4 | 12 | 122 | 116 |
| Binary | 11110101 | 10101000 | 10011000 | 0 | 11111 | 100110 | 100 | 1010 | 1010010 | 1001110 |
Color Harmonies of #F5A898
Complementary color
Monochromatic Colors of #F5A898
Black with #F5A898
Text Example
Text Example
White with #F5A898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A898; }
p { color: rgb(245,168,152); }
H1.HeaderClassName
{
color: #F5A898;
}
.AnyTagClassName
{
color: #F5A898;
}
</style>
background-color css
<style>
a { background-color: #F5A898; }
a { background-color: rgb(245,168,152); }
div.DivClassName
{
background-color: #F5A898;
}
.BgClassName
{
background-color: #F5A898;
}
</style>
border-color css
<style>
span { border-color: #F5A898; }
span { border-color: rgb(245,168,152); }
td.TdClassName
{
border-color: #F5A898;
}
.TagClassName
{
border-color: #F5A898;
}
</style>