Shades of Rose Bud #F5A99C
Tints of Rose Bud #F5A99C
RGB
CMYK
RGB Variations
Color information
#F5A99C (or 0xF5A99C) is known color: Rose Bud. HEX triplet: F5, A9 and 9C. RGB value is (245,169,156). Sum of RGB (Red+Green+Blue) = 245+169+156=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 169 (66.41% from 255 or 29.65% from 570); Blue value is 156 (61.33% from 255 or 27.37% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A99C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A99C is #0A5663. Grayscale: #BEBEBE. Windows color (decimal): -677476 or 10267125. OLE color: 10267125.
HSL color Cylindrical-coordinate representation of color #F5A99C: hue angle of 8.76º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F5A99C is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 169 | 156 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.04 |
| HSL | 8.76º | 0.82% | 0.79% | - |
| HSV(B) | 8.76º | 0.36% | 0.96% | - |
| XYZ | 57.84 | 50.19 | 38.09 | - |
| YUV | 190.24 | 108.68 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 169 | 156 | 0 | 0.31 | 0.36 | 0.04 | 8.76 | 0.82 | 0.79 |
| Hex | F5 | A9 | 9C | 0 | 1F | 24 | 4 | 9 | 52 | 4F |
| Octal | 365 | 251 | 234 | 0 | 37 | 44 | 4 | 11 | 122 | 117 |
| Binary | 11110101 | 10101001 | 10011100 | 0 | 11111 | 100100 | 100 | 1001 | 1010010 | 1001111 |
Color Harmonies of #F5A99C
Complementary color
Monochromatic Colors of #F5A99C
Black with #F5A99C
Text Example
Text Example
White with #F5A99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A99C; }
p { color: rgb(245,169,156); }
H1.HeaderClassName
{
color: #F5A99C;
}
.AnyTagClassName
{
color: #F5A99C;
}
</style>
background-color css
<style>
a { background-color: #F5A99C; }
a { background-color: rgb(245,169,156); }
div.DivClassName
{
background-color: #F5A99C;
}
.BgClassName
{
background-color: #F5A99C;
}
</style>
border-color css
<style>
span { border-color: #F5A99C; }
span { border-color: rgb(245,169,156); }
td.TdClassName
{
border-color: #F5A99C;
}
.TagClassName
{
border-color: #F5A99C;
}
</style>