Shades of Rose Bud #F2A99B
Tints of Rose Bud #F2A99B
RGB
CMYK
RGB Variations
Color information
#F2A99B (or 0xF2A99B) is known color: Rose Bud. HEX triplet: F2, A9 and 9B. RGB value is (242,169,155). Sum of RGB (Red+Green+Blue) = 242+169+155=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A99B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A99B is #0D5664. Grayscale: #BDBDBD. Windows color (decimal): -874085 or 10201586. OLE color: 10201586.
HSL color Cylindrical-coordinate representation of color #F2A99B: hue angle of 9.66º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2A99B is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 169 | 155 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.05 |
| HSL | 9.66º | 0.77% | 0.78% | - |
| HSV(B) | 9.66º | 0.36% | 0.95% | - |
| XYZ | 56.72 | 49.62 | 37.6 | - |
| YUV | 189.23 | 108.68 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 169 | 155 | 0 | 0.30 | 0.36 | 0.05 | 9.66 | 0.77 | 0.78 |
| Hex | F2 | A9 | 9B | 0 | 1E | 24 | 5 | A | 4D | 4E |
| Octal | 362 | 251 | 233 | 0 | 36 | 44 | 5 | 12 | 115 | 116 |
| Binary | 11110010 | 10101001 | 10011011 | 0 | 11110 | 100100 | 101 | 1010 | 1001101 | 1001110 |
Color Harmonies of #F2A99B
Complementary color
Monochromatic Colors of #F2A99B
Black with #F2A99B
Text Example
Text Example
White with #F2A99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A99B; }
p { color: rgb(242,169,155); }
H1.HeaderClassName
{
color: #F2A99B;
}
.AnyTagClassName
{
color: #F2A99B;
}
</style>
background-color css
<style>
a { background-color: #F2A99B; }
a { background-color: rgb(242,169,155); }
div.DivClassName
{
background-color: #F2A99B;
}
.BgClassName
{
background-color: #F2A99B;
}
</style>
border-color css
<style>
span { border-color: #F2A99B; }
span { border-color: rgb(242,169,155); }
td.TdClassName
{
border-color: #F2A99B;
}
.TagClassName
{
border-color: #F2A99B;
}
</style>