Shades of Rose Bud #F4A497
Tints of Rose Bud #F4A497
RGB
CMYK
RGB Variations
Color information
#F4A497 (or 0xF4A497) is known color: Rose Bud. HEX triplet: F4, A4 and 97. RGB value is (244,164,151). Sum of RGB (Red+Green+Blue) = 244+164+151=559 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.65% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 151 (59.38% from 255 or 27.01% from 559); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A497 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A497 is #0B5B68. Grayscale: #BABABA. Windows color (decimal): -744297 or 9938164. OLE color: 9938164.
HSL color Cylindrical-coordinate representation of color #F4A497: hue angle of 8.39º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F4A497 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 164 | 151 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.04 |
| HSL | 8.39º | 0.81% | 0.77% | - |
| HSV(B) | 8.39º | 0.38% | 0.96% | - |
| XYZ | 56.17 | 48.02 | 35.59 | - |
| YUV | 186.44 | 108 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 164 | 151 | 0 | 0.33 | 0.38 | 0.04 | 8.39 | 0.81 | 0.77 |
| Hex | F4 | A4 | 97 | 0 | 21 | 26 | 4 | 8 | 51 | 4D |
| Octal | 364 | 244 | 227 | 0 | 41 | 46 | 4 | 10 | 121 | 115 |
| Binary | 11110100 | 10100100 | 10010111 | 0 | 100001 | 100110 | 100 | 1000 | 1010001 | 1001101 |
Color Harmonies of #F4A497
Complementary color
Monochromatic Colors of #F4A497
Black with #F4A497
Text Example
Text Example
White with #F4A497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A497; }
p { color: rgb(244,164,151); }
H1.HeaderClassName
{
color: #F4A497;
}
.AnyTagClassName
{
color: #F4A497;
}
</style>
background-color css
<style>
a { background-color: #F4A497; }
a { background-color: rgb(244,164,151); }
div.DivClassName
{
background-color: #F4A497;
}
.BgClassName
{
background-color: #F4A497;
}
</style>
border-color css
<style>
span { border-color: #F4A497; }
span { border-color: rgb(244,164,151); }
td.TdClassName
{
border-color: #F4A497;
}
.TagClassName
{
border-color: #F4A497;
}
</style>