Shades of Rose Bud #F4AA90
Tints of Rose Bud #F4AA90
RGB
CMYK
RGB Variations
Color information
#F4AA90 (or 0xF4AA90) is known color: Rose Bud. HEX triplet: F4, AA and 90. RGB value is (244,170,144). Sum of RGB (Red+Green+Blue) = 244+170+144=558 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.73% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AA90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4AA90 is #0B556F. Grayscale: #BDBDBD. Windows color (decimal): -742768 or 9480948. OLE color: 9480948.
HSL color Cylindrical-coordinate representation of color #F4AA90: hue angle of 15.6º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F4AA90 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 170 | 144 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.04 |
| HSL | 15.6º | 0.82% | 0.76% | - |
| HSV(B) | 15.6º | 0.41% | 0.96% | - |
| XYZ | 56.72 | 50 | 33.05 | - |
| YUV | 189.16 | 102.52 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 170 | 144 | 0 | 0.30 | 0.41 | 0.04 | 15.6 | 0.82 | 0.76 |
| Hex | F4 | AA | 90 | 0 | 1E | 29 | 4 | 10 | 52 | 4C |
| Octal | 364 | 252 | 220 | 0 | 36 | 51 | 4 | 20 | 122 | 114 |
| Binary | 11110100 | 10101010 | 10010000 | 0 | 11110 | 101001 | 100 | 10000 | 1010010 | 1001100 |
Color Harmonies of #F4AA90
Complementary color
Monochromatic Colors of #F4AA90
Black with #F4AA90
Text Example
Text Example
White with #F4AA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AA90; }
p { color: rgb(244,170,144); }
H1.HeaderClassName
{
color: #F4AA90;
}
.AnyTagClassName
{
color: #F4AA90;
}
</style>
background-color css
<style>
a { background-color: #F4AA90; }
a { background-color: rgb(244,170,144); }
div.DivClassName
{
background-color: #F4AA90;
}
.BgClassName
{
background-color: #F4AA90;
}
</style>
border-color css
<style>
span { border-color: #F4AA90; }
span { border-color: rgb(244,170,144); }
td.TdClassName
{
border-color: #F4AA90;
}
.TagClassName
{
border-color: #F4AA90;
}
</style>