Shades of Rose Bud #F3A894
Tints of Rose Bud #F3A894
RGB
CMYK
RGB Variations
Color information
#F3A894 (or 0xF3A894) is known color: Rose Bud. HEX triplet: F3, A8 and 94. RGB value is (243,168,148). Sum of RGB (Red+Green+Blue) = 243+168+148=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 148 (58.20% from 255 or 26.48% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A894 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A894 is #0C576B. Grayscale: #BCBCBC. Windows color (decimal): -808812 or 9742579. OLE color: 9742579.
HSL color Cylindrical-coordinate representation of color #F3A894: hue angle of 12.63º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F3A894 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 148 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.05 |
| HSL | 12.63º | 0.8% | 0.77% | - |
| HSV(B) | 12.63º | 0.39% | 0.95% | - |
| XYZ | 56.31 | 49.2 | 34.55 | - |
| YUV | 188.15 | 105.35 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 148 | 0 | 0.31 | 0.39 | 0.05 | 12.63 | 0.8 | 0.77 |
| Hex | F3 | A8 | 94 | 0 | 1F | 27 | 5 | D | 50 | 4D |
| Octal | 363 | 250 | 224 | 0 | 37 | 47 | 5 | 15 | 120 | 115 |
| Binary | 11110011 | 10101000 | 10010100 | 0 | 11111 | 100111 | 101 | 1101 | 1010000 | 1001101 |
Color Harmonies of #F3A894
Complementary color
Monochromatic Colors of #F3A894
Black with #F3A894
Text Example
Text Example
White with #F3A894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A894; }
p { color: rgb(243,168,148); }
H1.HeaderClassName
{
color: #F3A894;
}
.AnyTagClassName
{
color: #F3A894;
}
</style>
background-color css
<style>
a { background-color: #F3A894; }
a { background-color: rgb(243,168,148); }
div.DivClassName
{
background-color: #F3A894;
}
.BgClassName
{
background-color: #F3A894;
}
</style>
border-color css
<style>
span { border-color: #F3A894; }
span { border-color: rgb(243,168,148); }
td.TdClassName
{
border-color: #F3A894;
}
.TagClassName
{
border-color: #F3A894;
}
</style>