Shades of Rose Bud #FF9E9B
Tints of Rose Bud #FF9E9B
RGB
CMYK
RGB Variations
Color information
#FF9E9B (or 0xFF9E9B) is known color: Rose Bud. HEX triplet: FF, 9E and 9B. RGB value is (255,158,155). Sum of RGB (Red+Green+Blue) = 255+158+155=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9E9B is #006164. Grayscale: #BABABA. Windows color (decimal): -24933 or 10198783. OLE color: 10198783.
HSL color Cylindrical-coordinate representation of color #FF9E9B: hue angle of 1.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9E9B is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 155 | - |
| CMYK | 0 | 0.38 | 0.39 | 0 |
| HSL | 1.8º | 1% | 0.8% | - |
| HSV(B) | 1.8º | 0.39% | 1% | - |
| XYZ | 59.38 | 48.08 | 37.16 | - |
| YUV | 186.66 | 110.14 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 155 | 0 | 0.38 | 0.39 | 0 | 1.8 | 1 | 0.8 |
| Hex | FF | 9E | 9B | 0 | 26 | 27 | 0 | 2 | 64 | 50 |
| Octal | 377 | 236 | 233 | 0 | 46 | 47 | 0 | 2 | 144 | 120 |
| Binary | 11111111 | 10011110 | 10011011 | 0 | 100110 | 100111 | 0 | 10 | 1100100 | 1010000 |
Color Harmonies of #FF9E9B
Complementary color
Monochromatic Colors of #FF9E9B
Black with #FF9E9B
Text Example
Text Example
White with #FF9E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E9B; }
p { color: rgb(255,158,155); }
H1.HeaderClassName
{
color: #FF9E9B;
}
.AnyTagClassName
{
color: #FF9E9B;
}
</style>
background-color css
<style>
a { background-color: #FF9E9B; }
a { background-color: rgb(255,158,155); }
div.DivClassName
{
background-color: #FF9E9B;
}
.BgClassName
{
background-color: #FF9E9B;
}
</style>
border-color css
<style>
span { border-color: #FF9E9B; }
span { border-color: rgb(255,158,155); }
td.TdClassName
{
border-color: #FF9E9B;
}
.TagClassName
{
border-color: #FF9E9B;
}
</style>