Shades of Rose Bud #F4AA9D
Tints of Rose Bud #F4AA9D
RGB
CMYK
RGB Variations
Color information
#F4AA9D (or 0xF4AA9D) is known color: Rose Bud. HEX triplet: F4, AA and 9D. RGB value is (244,170,157). Sum of RGB (Red+Green+Blue) = 244+170+157=571 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.73% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AA9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4AA9D is #0B5562. Grayscale: #BEBEBE. Windows color (decimal): -742755 or 10332916. OLE color: 10332916.
HSL color Cylindrical-coordinate representation of color #F4AA9D: hue angle of 8.97º degrees, saturation: 0.8, 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 #F4AA9D is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 170 | 157 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.04 |
| HSL | 8.97º | 0.8% | 0.79% | - |
| HSV(B) | 8.97º | 0.36% | 0.96% | - |
| XYZ | 57.77 | 50.42 | 38.58 | - |
| YUV | 190.64 | 109.02 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 170 | 157 | 0 | 0.30 | 0.36 | 0.04 | 8.97 | 0.8 | 0.79 |
| Hex | F4 | AA | 9D | 0 | 1E | 24 | 4 | 9 | 50 | 4F |
| Octal | 364 | 252 | 235 | 0 | 36 | 44 | 4 | 11 | 120 | 117 |
| Binary | 11110100 | 10101010 | 10011101 | 0 | 11110 | 100100 | 100 | 1001 | 1010000 | 1001111 |
Color Harmonies of #F4AA9D
Complementary color
Monochromatic Colors of #F4AA9D
Black with #F4AA9D
Text Example
Text Example
White with #F4AA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AA9D; }
p { color: rgb(244,170,157); }
H1.HeaderClassName
{
color: #F4AA9D;
}
.AnyTagClassName
{
color: #F4AA9D;
}
</style>
background-color css
<style>
a { background-color: #F4AA9D; }
a { background-color: rgb(244,170,157); }
div.DivClassName
{
background-color: #F4AA9D;
}
.BgClassName
{
background-color: #F4AA9D;
}
</style>
border-color css
<style>
span { border-color: #F4AA9D; }
span { border-color: rgb(244,170,157); }
td.TdClassName
{
border-color: #F4AA9D;
}
.TagClassName
{
border-color: #F4AA9D;
}
</style>