Shades of Rose Bud #F7A88E
Tints of Rose Bud #F7A88E
RGB
CMYK
RGB Variations
Color information
#F7A88E (or 0xF7A88E) is known color: Rose Bud. HEX triplet: F7, A8 and 8E. RGB value is (247,168,142). Sum of RGB (Red+Green+Blue) = 247+168+142=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A88E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A88E is #085771. Grayscale: #BCBCBC. Windows color (decimal): -546674 or 9349367. OLE color: 9349367.
HSL color Cylindrical-coordinate representation of color #F7A88E: hue angle of 14.86º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F7A88E is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 168 | 142 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.03 |
| HSL | 14.86º | 0.87% | 0.76% | - |
| HSV(B) | 14.86º | 0.43% | 0.97% | - |
| XYZ | 57.24 | 49.73 | 32.17 | - |
| YUV | 188.66 | 101.67 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 142 | 0 | 0.32 | 0.43 | 0.03 | 14.86 | 0.87 | 0.76 |
| Hex | F7 | A8 | 8E | 0 | 20 | 2B | 3 | F | 57 | 4C |
| Octal | 367 | 250 | 216 | 0 | 40 | 53 | 3 | 17 | 127 | 114 |
| Binary | 11110111 | 10101000 | 10001110 | 0 | 100000 | 101011 | 11 | 1111 | 1010111 | 1001100 |
Color Harmonies of #F7A88E
Complementary color
Monochromatic Colors of #F7A88E
Black with #F7A88E
Text Example
Text Example
White with #F7A88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A88E; }
p { color: rgb(247,168,142); }
H1.HeaderClassName
{
color: #F7A88E;
}
.AnyTagClassName
{
color: #F7A88E;
}
</style>
background-color css
<style>
a { background-color: #F7A88E; }
a { background-color: rgb(247,168,142); }
div.DivClassName
{
background-color: #F7A88E;
}
.BgClassName
{
background-color: #F7A88E;
}
</style>
border-color css
<style>
span { border-color: #F7A88E; }
span { border-color: rgb(247,168,142); }
td.TdClassName
{
border-color: #F7A88E;
}
.TagClassName
{
border-color: #F7A88E;
}
</style>