Shades of Rose Bud #F6AA8F
Tints of Rose Bud #F6AA8F
RGB
CMYK
RGB Variations
Color information
#F6AA8F (or 0xF6AA8F) is known color: Rose Bud. HEX triplet: F6, AA and 8F. RGB value is (246,170,143). Sum of RGB (Red+Green+Blue) = 246+170+143=559 (74% of max value = 765). Red value is 246 (96.48% from 255 or 44.01% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 143 (56.25% from 255 or 25.58% from 559); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AA8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AA8F is #095570. Grayscale: #BDBDBD. Windows color (decimal): -611697 or 9415414. OLE color: 9415414.
HSL color Cylindrical-coordinate representation of color #F6AA8F: hue angle of 15.73º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F6AA8F is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 170 | 143 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.04 |
| HSL | 15.73º | 0.85% | 0.76% | - |
| HSV(B) | 15.73º | 0.42% | 0.96% | - |
| XYZ | 57.34 | 50.33 | 32.68 | - |
| YUV | 189.65 | 101.68 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 170 | 143 | 0 | 0.31 | 0.42 | 0.04 | 15.73 | 0.85 | 0.76 |
| Hex | F6 | AA | 8F | 0 | 1F | 2A | 4 | 10 | 55 | 4C |
| Octal | 366 | 252 | 217 | 0 | 37 | 52 | 4 | 20 | 125 | 114 |
| Binary | 11110110 | 10101010 | 10001111 | 0 | 11111 | 101010 | 100 | 10000 | 1010101 | 1001100 |
Color Harmonies of #F6AA8F
Complementary color
Monochromatic Colors of #F6AA8F
Black with #F6AA8F
Text Example
Text Example
White with #F6AA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AA8F; }
p { color: rgb(246,170,143); }
H1.HeaderClassName
{
color: #F6AA8F;
}
.AnyTagClassName
{
color: #F6AA8F;
}
</style>
background-color css
<style>
a { background-color: #F6AA8F; }
a { background-color: rgb(246,170,143); }
div.DivClassName
{
background-color: #F6AA8F;
}
.BgClassName
{
background-color: #F6AA8F;
}
</style>
border-color css
<style>
span { border-color: #F6AA8F; }
span { border-color: rgb(246,170,143); }
td.TdClassName
{
border-color: #F6AA8F;
}
.TagClassName
{
border-color: #F6AA8F;
}
</style>