Shades of Rose Bud #F4AA99
Tints of Rose Bud #F4AA99
RGB
CMYK
RGB Variations
Color information
#F4AA99 (or 0xF4AA99) is known color: Rose Bud. HEX triplet: F4, AA and 99. RGB value is (244,170,153). Sum of RGB (Red+Green+Blue) = 244+170+153=567 (75% of max value = 765). Red value is 244 (95.70% from 255 or 43.03% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 153 (60.16% from 255 or 26.98% from 567); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AA99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4AA99 is #0B5566. Grayscale: #BEBEBE. Windows color (decimal): -742759 or 10070772. OLE color: 10070772.
HSL color Cylindrical-coordinate representation of color #F4AA99: hue angle of 11.21º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F4AA99 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 170 | 153 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.04 |
| HSL | 11.21º | 0.81% | 0.78% | - |
| HSV(B) | 11.21º | 0.37% | 0.96% | - |
| XYZ | 57.43 | 50.28 | 36.82 | - |
| YUV | 190.19 | 107.02 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 170 | 153 | 0 | 0.30 | 0.37 | 0.04 | 11.21 | 0.81 | 0.78 |
| Hex | F4 | AA | 99 | 0 | 1E | 25 | 4 | B | 51 | 4E |
| Octal | 364 | 252 | 231 | 0 | 36 | 45 | 4 | 13 | 121 | 116 |
| Binary | 11110100 | 10101010 | 10011001 | 0 | 11110 | 100101 | 100 | 1011 | 1010001 | 1001110 |
Color Harmonies of #F4AA99
Complementary color
Monochromatic Colors of #F4AA99
Black with #F4AA99
Text Example
Text Example
White with #F4AA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AA99; }
p { color: rgb(244,170,153); }
H1.HeaderClassName
{
color: #F4AA99;
}
.AnyTagClassName
{
color: #F4AA99;
}
</style>
background-color css
<style>
a { background-color: #F4AA99; }
a { background-color: rgb(244,170,153); }
div.DivClassName
{
background-color: #F4AA99;
}
.BgClassName
{
background-color: #F4AA99;
}
</style>
border-color css
<style>
span { border-color: #F4AA99; }
span { border-color: rgb(244,170,153); }
td.TdClassName
{
border-color: #F4AA99;
}
.TagClassName
{
border-color: #F4AA99;
}
</style>