Shades of Rose Bud #FF9E9C
Tints of Rose Bud #FF9E9C
RGB
CMYK
RGB Variations
Color information
#FF9E9C (or 0xFF9E9C) is known color: Rose Bud. HEX triplet: FF, 9E and 9C. RGB value is (255,158,156). Sum of RGB (Red+Green+Blue) = 255+158+156=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9E9C is #006163. Grayscale: #BABABA. Windows color (decimal): -24932 or 10264319. OLE color: 10264319.
HSL color Cylindrical-coordinate representation of color #FF9E9C: hue angle of 1.21º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9E9C is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 156 | - |
| CMYK | 0 | 0.38 | 0.39 | 0 |
| HSL | 1.21º | 1% | 0.81% | - |
| HSV(B) | 1.21º | 0.39% | 1% | - |
| XYZ | 59.47 | 48.11 | 37.61 | - |
| YUV | 186.78 | 110.64 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 156 | 0 | 0.38 | 0.39 | 0 | 1.21 | 1 | 0.81 |
| Hex | FF | 9E | 9C | 0 | 26 | 27 | 0 | 1 | 64 | 51 |
| Octal | 377 | 236 | 234 | 0 | 46 | 47 | 0 | 1 | 144 | 121 |
| Binary | 11111111 | 10011110 | 10011100 | 0 | 100110 | 100111 | 0 | 1 | 1100100 | 1010001 |
Color Harmonies of #FF9E9C
Complementary color
Monochromatic Colors of #FF9E9C
Black with #FF9E9C
Text Example
Text Example
White with #FF9E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E9C; }
p { color: rgb(255,158,156); }
H1.HeaderClassName
{
color: #FF9E9C;
}
.AnyTagClassName
{
color: #FF9E9C;
}
</style>
background-color css
<style>
a { background-color: #FF9E9C; }
a { background-color: rgb(255,158,156); }
div.DivClassName
{
background-color: #FF9E9C;
}
.BgClassName
{
background-color: #FF9E9C;
}
</style>
border-color css
<style>
span { border-color: #FF9E9C; }
span { border-color: rgb(255,158,156); }
td.TdClassName
{
border-color: #FF9E9C;
}
.TagClassName
{
border-color: #FF9E9C;
}
</style>