Shades of Rose Bud #F6AE9D
Tints of Rose Bud #F6AE9D
RGB
CMYK
RGB Variations
Color information
#F6AE9D (or 0xF6AE9D) is known color: Rose Bud. HEX triplet: F6, AE and 9D. RGB value is (246,174,157). Sum of RGB (Red+Green+Blue) = 246+174+157=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AE9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AE9D is #095162. Grayscale: #C1C1C1. Windows color (decimal): -610659 or 10333942. OLE color: 10333942.
HSL color Cylindrical-coordinate representation of color #F6AE9D: hue angle of 11.46º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F6AE9D is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 174 | 157 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.04 |
| HSL | 11.46º | 0.83% | 0.79% | - |
| HSV(B) | 11.46º | 0.36% | 0.96% | - |
| XYZ | 59.23 | 52.3 | 38.87 | - |
| YUV | 193.59 | 107.35 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 174 | 157 | 0 | 0.29 | 0.36 | 0.04 | 11.46 | 0.83 | 0.79 |
| Hex | F6 | AE | 9D | 0 | 1D | 24 | 4 | B | 53 | 4F |
| Octal | 366 | 256 | 235 | 0 | 35 | 44 | 4 | 13 | 123 | 117 |
| Binary | 11110110 | 10101110 | 10011101 | 0 | 11101 | 100100 | 100 | 1011 | 1010011 | 1001111 |
Color Harmonies of #F6AE9D
Complementary color
Monochromatic Colors of #F6AE9D
Black with #F6AE9D
Text Example
Text Example
White with #F6AE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AE9D; }
p { color: rgb(246,174,157); }
H1.HeaderClassName
{
color: #F6AE9D;
}
.AnyTagClassName
{
color: #F6AE9D;
}
</style>
background-color css
<style>
a { background-color: #F6AE9D; }
a { background-color: rgb(246,174,157); }
div.DivClassName
{
background-color: #F6AE9D;
}
.BgClassName
{
background-color: #F6AE9D;
}
</style>
border-color css
<style>
span { border-color: #F6AE9D; }
span { border-color: rgb(246,174,157); }
td.TdClassName
{
border-color: #F6AE9D;
}
.TagClassName
{
border-color: #F6AE9D;
}
</style>