Shades of Rose Bud #F4A89D
Tints of Rose Bud #F4A89D
RGB
CMYK
RGB Variations
Color information
#F4A89D (or 0xF4A89D) is known color: Rose Bud. HEX triplet: F4, A8 and 9D. RGB value is (244,168,157). Sum of RGB (Red+Green+Blue) = 244+168+157=569 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.88% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A89D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A89D is #0B5762. Grayscale: #BDBDBD. Windows color (decimal): -743267 or 10332404. OLE color: 10332404.
HSL color Cylindrical-coordinate representation of color #F4A89D: hue angle of 7.59º 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 #F4A89D is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 168 | 157 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.04 |
| HSL | 7.59º | 0.8% | 0.79% | - |
| HSV(B) | 7.59º | 0.36% | 0.96% | - |
| XYZ | 57.4 | 49.67 | 38.46 | - |
| YUV | 189.47 | 109.68 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 168 | 157 | 0 | 0.31 | 0.36 | 0.04 | 7.59 | 0.8 | 0.79 |
| Hex | F4 | A8 | 9D | 0 | 1F | 24 | 4 | 8 | 50 | 4F |
| Octal | 364 | 250 | 235 | 0 | 37 | 44 | 4 | 10 | 120 | 117 |
| Binary | 11110100 | 10101000 | 10011101 | 0 | 11111 | 100100 | 100 | 1000 | 1010000 | 1001111 |
Color Harmonies of #F4A89D
Complementary color
Monochromatic Colors of #F4A89D
Black with #F4A89D
Text Example
Text Example
White with #F4A89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A89D; }
p { color: rgb(244,168,157); }
H1.HeaderClassName
{
color: #F4A89D;
}
.AnyTagClassName
{
color: #F4A89D;
}
</style>
background-color css
<style>
a { background-color: #F4A89D; }
a { background-color: rgb(244,168,157); }
div.DivClassName
{
background-color: #F4A89D;
}
.BgClassName
{
background-color: #F4A89D;
}
</style>
border-color css
<style>
span { border-color: #F4A89D; }
span { border-color: rgb(244,168,157); }
td.TdClassName
{
border-color: #F4A89D;
}
.TagClassName
{
border-color: #F4A89D;
}
</style>