Shades of Rose Bud #F4AC9E
Tints of Rose Bud #F4AC9E
RGB
CMYK
RGB Variations
Color information
#F4AC9E (or 0xF4AC9E) is known color: Rose Bud. HEX triplet: F4, AC and 9E. RGB value is (244,172,158). Sum of RGB (Red+Green+Blue) = 244+172+158=574 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.51% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 158 (62.11% from 255 or 27.53% from 574); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AC9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4AC9E is #0B5361. Grayscale: #C0C0C0. Windows color (decimal): -742242 or 10398964. OLE color: 10398964.
HSL color Cylindrical-coordinate representation of color #F4AC9E: hue angle of 9.77º degrees, saturation: 0.8, 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 #F4AC9E is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 172 | 158 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.04 |
| HSL | 9.77º | 0.8% | 0.79% | - |
| HSV(B) | 9.77º | 0.35% | 0.96% | - |
| XYZ | 58.23 | 51.21 | 39.16 | - |
| YUV | 191.93 | 108.85 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 172 | 158 | 0 | 0.30 | 0.35 | 0.04 | 9.77 | 0.8 | 0.79 |
| Hex | F4 | AC | 9E | 0 | 1E | 23 | 4 | A | 50 | 4F |
| Octal | 364 | 254 | 236 | 0 | 36 | 43 | 4 | 12 | 120 | 117 |
| Binary | 11110100 | 10101100 | 10011110 | 0 | 11110 | 100011 | 100 | 1010 | 1010000 | 1001111 |
Color Harmonies of #F4AC9E
Complementary color
Monochromatic Colors of #F4AC9E
Black with #F4AC9E
Text Example
Text Example
White with #F4AC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AC9E; }
p { color: rgb(244,172,158); }
H1.HeaderClassName
{
color: #F4AC9E;
}
.AnyTagClassName
{
color: #F4AC9E;
}
</style>
background-color css
<style>
a { background-color: #F4AC9E; }
a { background-color: rgb(244,172,158); }
div.DivClassName
{
background-color: #F4AC9E;
}
.BgClassName
{
background-color: #F4AC9E;
}
</style>
border-color css
<style>
span { border-color: #F4AC9E; }
span { border-color: rgb(244,172,158); }
td.TdClassName
{
border-color: #F4AC9E;
}
.TagClassName
{
border-color: #F4AC9E;
}
</style>