Shades of Rose Bud #F4A89F
Tints of Rose Bud #F4A89F
RGB
CMYK
RGB Variations
Color information
#F4A89F (or 0xF4A89F) is known color: Rose Bud. HEX triplet: F4, A8 and 9F. RGB value is (244,168,159). Sum of RGB (Red+Green+Blue) = 244+168+159=571 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.73% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 159 (62.5% from 255 or 27.85% from 571); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A89F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A89F is #0B5760. Grayscale: #BDBDBD. Windows color (decimal): -743265 or 10463476. OLE color: 10463476.
HSL color Cylindrical-coordinate representation of color #F4A89F: hue angle of 6.35º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F4A89F is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 168 | 159 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.04 |
| HSL | 6.35º | 0.79% | 0.79% | - |
| HSV(B) | 6.35º | 0.35% | 0.96% | - |
| XYZ | 57.57 | 49.74 | 39.37 | - |
| YUV | 189.7 | 110.68 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 168 | 159 | 0 | 0.31 | 0.35 | 0.04 | 6.35 | 0.79 | 0.79 |
| Hex | F4 | A8 | 9F | 0 | 1F | 23 | 4 | 6 | 4F | 4F |
| Octal | 364 | 250 | 237 | 0 | 37 | 43 | 4 | 6 | 117 | 117 |
| Binary | 11110100 | 10101000 | 10011111 | 0 | 11111 | 100011 | 100 | 110 | 1001111 | 1001111 |
Color Harmonies of #F4A89F
Complementary color
Monochromatic Colors of #F4A89F
Black with #F4A89F
Text Example
Text Example
White with #F4A89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A89F; }
p { color: rgb(244,168,159); }
H1.HeaderClassName
{
color: #F4A89F;
}
.AnyTagClassName
{
color: #F4A89F;
}
</style>
background-color css
<style>
a { background-color: #F4A89F; }
a { background-color: rgb(244,168,159); }
div.DivClassName
{
background-color: #F4A89F;
}
.BgClassName
{
background-color: #F4A89F;
}
</style>
border-color css
<style>
span { border-color: #F4A89F; }
span { border-color: rgb(244,168,159); }
td.TdClassName
{
border-color: #F4A89F;
}
.TagClassName
{
border-color: #F4A89F;
}
</style>