Shades of Rose Bud #F6A88D
Tints of Rose Bud #F6A88D
RGB
CMYK
RGB Variations
Color information
#F6A88D (or 0xF6A88D) is known color: Rose Bud. HEX triplet: F6, A8 and 8D. RGB value is (246,168,141). Sum of RGB (Red+Green+Blue) = 246+168+141=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A88D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A88D is #095772. Grayscale: #BCBCBC. Windows color (decimal): -612211 or 9283830. OLE color: 9283830.
HSL color Cylindrical-coordinate representation of color #F6A88D: hue angle of 15.43º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F6A88D is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 168 | 141 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.04 |
| HSL | 15.43º | 0.85% | 0.76% | - |
| HSV(B) | 15.43º | 0.43% | 0.96% | - |
| XYZ | 56.82 | 49.52 | 31.76 | - |
| YUV | 188.24 | 101.34 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 168 | 141 | 0 | 0.32 | 0.43 | 0.04 | 15.43 | 0.85 | 0.76 |
| Hex | F6 | A8 | 8D | 0 | 20 | 2B | 4 | F | 55 | 4C |
| Octal | 366 | 250 | 215 | 0 | 40 | 53 | 4 | 17 | 125 | 114 |
| Binary | 11110110 | 10101000 | 10001101 | 0 | 100000 | 101011 | 100 | 1111 | 1010101 | 1001100 |
Color Harmonies of #F6A88D
Complementary color
Monochromatic Colors of #F6A88D
Black with #F6A88D
Text Example
Text Example
White with #F6A88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A88D; }
p { color: rgb(246,168,141); }
H1.HeaderClassName
{
color: #F6A88D;
}
.AnyTagClassName
{
color: #F6A88D;
}
</style>
background-color css
<style>
a { background-color: #F6A88D; }
a { background-color: rgb(246,168,141); }
div.DivClassName
{
background-color: #F6A88D;
}
.BgClassName
{
background-color: #F6A88D;
}
</style>
border-color css
<style>
span { border-color: #F6A88D; }
span { border-color: rgb(246,168,141); }
td.TdClassName
{
border-color: #F6A88D;
}
.TagClassName
{
border-color: #F6A88D;
}
</style>