Shades of Rose Bud #F2A896
Tints of Rose Bud #F2A896
RGB
CMYK
RGB Variations
Color information
#F2A896 (or 0xF2A896) is known color: Rose Bud. HEX triplet: F2, A8 and 96. RGB value is (242,168,150). Sum of RGB (Red+Green+Blue) = 242+168+150=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 150 (58.98% from 255 or 26.79% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A896 is #0D5769. Grayscale: #BCBCBC. Windows color (decimal): -874346 or 9873650. OLE color: 9873650.
HSL color Cylindrical-coordinate representation of color #F2A896: hue angle of 11.74º 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 #F2A896 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 168 | 150 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.05 |
| HSL | 11.74º | 0.78% | 0.77% | - |
| HSV(B) | 11.74º | 0.38% | 0.95% | - |
| XYZ | 56.13 | 49.08 | 35.37 | - |
| YUV | 188.07 | 106.52 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 168 | 150 | 0 | 0.31 | 0.38 | 0.05 | 11.74 | 0.78 | 0.77 |
| Hex | F2 | A8 | 96 | 0 | 1F | 26 | 5 | C | 4E | 4D |
| Octal | 362 | 250 | 226 | 0 | 37 | 46 | 5 | 14 | 116 | 115 |
| Binary | 11110010 | 10101000 | 10010110 | 0 | 11111 | 100110 | 101 | 1100 | 1001110 | 1001101 |
Color Harmonies of #F2A896
Complementary color
Monochromatic Colors of #F2A896
Black with #F2A896
Text Example
Text Example
White with #F2A896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A896; }
p { color: rgb(242,168,150); }
H1.HeaderClassName
{
color: #F2A896;
}
.AnyTagClassName
{
color: #F2A896;
}
</style>
background-color css
<style>
a { background-color: #F2A896; }
a { background-color: rgb(242,168,150); }
div.DivClassName
{
background-color: #F2A896;
}
.BgClassName
{
background-color: #F2A896;
}
</style>
border-color css
<style>
span { border-color: #F2A896; }
span { border-color: rgb(242,168,150); }
td.TdClassName
{
border-color: #F2A896;
}
.TagClassName
{
border-color: #F2A896;
}
</style>