Shades of Rose Bud #FF9E9D
Tints of Rose Bud #FF9E9D
RGB
CMYK
RGB Variations
Color information
#FF9E9D (or 0xFF9E9D) is known color: Rose Bud. HEX triplet: FF, 9E and 9D. RGB value is (255,158,157). Sum of RGB (Red+Green+Blue) = 255+158+157=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9E9D is #006162. Grayscale: #BABABA. Windows color (decimal): -24931 or 10329855. OLE color: 10329855.
HSL color Cylindrical-coordinate representation of color #FF9E9D: hue angle of 0.61º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9E9D is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 157 | - |
| CMYK | 0 | 0.38 | 0.38 | 0 |
| HSL | 0.61º | 1% | 0.81% | - |
| HSV(B) | 0.61º | 0.38% | 1% | - |
| XYZ | 59.55 | 48.15 | 38.05 | - |
| YUV | 186.89 | 111.14 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 157 | 0 | 0.38 | 0.38 | 0 | 0.61 | 1 | 0.81 |
| Hex | FF | 9E | 9D | 0 | 26 | 26 | 0 | 1 | 64 | 51 |
| Octal | 377 | 236 | 235 | 0 | 46 | 46 | 0 | 1 | 144 | 121 |
| Binary | 11111111 | 10011110 | 10011101 | 0 | 100110 | 100110 | 0 | 1 | 1100100 | 1010001 |
Color Harmonies of #FF9E9D
Complementary color
Monochromatic Colors of #FF9E9D
Black with #FF9E9D
Text Example
Text Example
White with #FF9E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E9D; }
p { color: rgb(255,158,157); }
H1.HeaderClassName
{
color: #FF9E9D;
}
.AnyTagClassName
{
color: #FF9E9D;
}
</style>
background-color css
<style>
a { background-color: #FF9E9D; }
a { background-color: rgb(255,158,157); }
div.DivClassName
{
background-color: #FF9E9D;
}
.BgClassName
{
background-color: #FF9E9D;
}
</style>
border-color css
<style>
span { border-color: #FF9E9D; }
span { border-color: rgb(255,158,157); }
td.TdClassName
{
border-color: #FF9E9D;
}
.TagClassName
{
border-color: #FF9E9D;
}
</style>