Shades of Rose Bud #F6A29C
Tints of Rose Bud #F6A29C
RGB
CMYK
RGB Variations
Color information
#F6A29C (or 0xF6A29C) is known color: Rose Bud. HEX triplet: F6, A2 and 9C. RGB value is (246,162,156). Sum of RGB (Red+Green+Blue) = 246+162+156=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A29C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A29C is #095D63. Grayscale: #BABABA. Windows color (decimal): -613732 or 10265334. OLE color: 10265334.
HSL color Cylindrical-coordinate representation of color #F6A29C: hue angle of 4º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6A29C is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 162 | 156 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.04 |
| HSL | 4º | 0.83% | 0.79% | - |
| HSV(B) | 4º | 0.37% | 0.96% | - |
| XYZ | 56.93 | 47.83 | 37.68 | - |
| YUV | 186.43 | 110.83 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 162 | 156 | 0 | 0.34 | 0.37 | 0.04 | 4 | 0.83 | 0.79 |
| Hex | F6 | A2 | 9C | 0 | 22 | 25 | 4 | 4 | 53 | 4F |
| Octal | 366 | 242 | 234 | 0 | 42 | 45 | 4 | 4 | 123 | 117 |
| Binary | 11110110 | 10100010 | 10011100 | 0 | 100010 | 100101 | 100 | 100 | 1010011 | 1001111 |
Color Harmonies of #F6A29C
Complementary color
Monochromatic Colors of #F6A29C
Black with #F6A29C
Text Example
Text Example
White with #F6A29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A29C; }
p { color: rgb(246,162,156); }
H1.HeaderClassName
{
color: #F6A29C;
}
.AnyTagClassName
{
color: #F6A29C;
}
</style>
background-color css
<style>
a { background-color: #F6A29C; }
a { background-color: rgb(246,162,156); }
div.DivClassName
{
background-color: #F6A29C;
}
.BgClassName
{
background-color: #F6A29C;
}
</style>
border-color css
<style>
span { border-color: #F6A29C; }
span { border-color: rgb(246,162,156); }
td.TdClassName
{
border-color: #F6A29C;
}
.TagClassName
{
border-color: #F6A29C;
}
</style>