Shades of Rose Bud #F3A09C
Tints of Rose Bud #F3A09C
RGB
CMYK
RGB Variations
Color information
#F3A09C (or 0xF3A09C) is known color: Rose Bud. HEX triplet: F3, A0 and 9C. RGB value is (243,160,156). Sum of RGB (Red+Green+Blue) = 243+160+156=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A09C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A09C is #0C5F63. Grayscale: #B8B8B8. Windows color (decimal): -810852 or 10264819. OLE color: 10264819.
HSL color Cylindrical-coordinate representation of color #F3A09C: hue angle of 2.76º degrees, saturation: 0.78, 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 #F3A09C is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 156 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.05 |
| HSL | 2.76º | 0.78% | 0.78% | - |
| HSV(B) | 2.76º | 0.36% | 0.95% | - |
| XYZ | 55.53 | 46.6 | 37.52 | - |
| YUV | 184.36 | 112 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 156 | 0 | 0.34 | 0.36 | 0.05 | 2.76 | 0.78 | 0.78 |
| Hex | F3 | A0 | 9C | 0 | 22 | 24 | 5 | 3 | 4E | 4E |
| Octal | 363 | 240 | 234 | 0 | 42 | 44 | 5 | 3 | 116 | 116 |
| Binary | 11110011 | 10100000 | 10011100 | 0 | 100010 | 100100 | 101 | 11 | 1001110 | 1001110 |
Color Harmonies of #F3A09C
Complementary color
Monochromatic Colors of #F3A09C
Black with #F3A09C
Text Example
Text Example
White with #F3A09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A09C; }
p { color: rgb(243,160,156); }
H1.HeaderClassName
{
color: #F3A09C;
}
.AnyTagClassName
{
color: #F3A09C;
}
</style>
background-color css
<style>
a { background-color: #F3A09C; }
a { background-color: rgb(243,160,156); }
div.DivClassName
{
background-color: #F3A09C;
}
.BgClassName
{
background-color: #F3A09C;
}
</style>
border-color css
<style>
span { border-color: #F3A09C; }
span { border-color: rgb(243,160,156); }
td.TdClassName
{
border-color: #F3A09C;
}
.TagClassName
{
border-color: #F3A09C;
}
</style>