Shades of Rose Bud #F3AA92
Tints of Rose Bud #F3AA92
RGB
CMYK
RGB Variations
Color information
#F3AA92 (or 0xF3AA92) is known color: Rose Bud. HEX triplet: F3, AA and 92. RGB value is (243,170,146). Sum of RGB (Red+Green+Blue) = 243+170+146=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 146 (57.42% from 255 or 26.12% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AA92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3AA92 is #0C556D. Grayscale: #BDBDBD. Windows color (decimal): -808302 or 9612019. OLE color: 9612019.
HSL color Cylindrical-coordinate representation of color #F3AA92: hue angle of 14.85º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F3AA92 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 170 | 146 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.05 |
| HSL | 14.85º | 0.8% | 0.76% | - |
| HSV(B) | 14.85º | 0.4% | 0.95% | - |
| XYZ | 56.53 | 49.88 | 33.84 | - |
| YUV | 189.09 | 103.68 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 170 | 146 | 0 | 0.30 | 0.40 | 0.05 | 14.85 | 0.8 | 0.76 |
| Hex | F3 | AA | 92 | 0 | 1E | 28 | 5 | F | 50 | 4C |
| Octal | 363 | 252 | 222 | 0 | 36 | 50 | 5 | 17 | 120 | 114 |
| Binary | 11110011 | 10101010 | 10010010 | 0 | 11110 | 101000 | 101 | 1111 | 1010000 | 1001100 |
Color Harmonies of #F3AA92
Complementary color
Monochromatic Colors of #F3AA92
Black with #F3AA92
Text Example
Text Example
White with #F3AA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AA92; }
p { color: rgb(243,170,146); }
H1.HeaderClassName
{
color: #F3AA92;
}
.AnyTagClassName
{
color: #F3AA92;
}
</style>
background-color css
<style>
a { background-color: #F3AA92; }
a { background-color: rgb(243,170,146); }
div.DivClassName
{
background-color: #F3AA92;
}
.BgClassName
{
background-color: #F3AA92;
}
</style>
border-color css
<style>
span { border-color: #F3AA92; }
span { border-color: rgb(243,170,146); }
td.TdClassName
{
border-color: #F3AA92;
}
.TagClassName
{
border-color: #F3AA92;
}
</style>