Shades of Rose Bud #F2A895
Tints of Rose Bud #F2A895
RGB
CMYK
RGB Variations
Color information
#F2A895 (or 0xF2A895) is known color: Rose Bud. HEX triplet: F2, A8 and 95. RGB value is (242,168,149). Sum of RGB (Red+Green+Blue) = 242+168+149=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A895 is #0D576A. Grayscale: #BCBCBC. Windows color (decimal): -874347 or 9808114. OLE color: 9808114.
HSL color Cylindrical-coordinate representation of color #F2A895: hue angle of 12.26º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F2A895 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 168 | 149 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.05 |
| HSL | 12.26º | 0.78% | 0.77% | - |
| HSV(B) | 12.26º | 0.38% | 0.95% | - |
| XYZ | 56.05 | 49.05 | 34.95 | - |
| YUV | 187.96 | 106.02 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 168 | 149 | 0 | 0.31 | 0.38 | 0.05 | 12.26 | 0.78 | 0.77 |
| Hex | F2 | A8 | 95 | 0 | 1F | 26 | 5 | C | 4E | 4D |
| Octal | 362 | 250 | 225 | 0 | 37 | 46 | 5 | 14 | 116 | 115 |
| Binary | 11110010 | 10101000 | 10010101 | 0 | 11111 | 100110 | 101 | 1100 | 1001110 | 1001101 |
Color Harmonies of #F2A895
Complementary color
Monochromatic Colors of #F2A895
Black with #F2A895
Text Example
Text Example
White with #F2A895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A895; }
p { color: rgb(242,168,149); }
H1.HeaderClassName
{
color: #F2A895;
}
.AnyTagClassName
{
color: #F2A895;
}
</style>
background-color css
<style>
a { background-color: #F2A895; }
a { background-color: rgb(242,168,149); }
div.DivClassName
{
background-color: #F2A895;
}
.BgClassName
{
background-color: #F2A895;
}
</style>
border-color css
<style>
span { border-color: #F2A895; }
span { border-color: rgb(242,168,149); }
td.TdClassName
{
border-color: #F2A895;
}
.TagClassName
{
border-color: #F2A895;
}
</style>