Shades of Rose Bud #FF9D9C
Tints of Rose Bud #FF9D9C
RGB
CMYK
RGB Variations
Color information
#FF9D9C (or 0xFF9D9C) is known color: Rose Bud. HEX triplet: FF, 9D and 9C. RGB value is (255,157,156). Sum of RGB (Red+Green+Blue) = 255+157+156=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 156 (61.33% from 255 or 27.46% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9D9C is #006263. Grayscale: #BABABA. Windows color (decimal): -25188 or 10264063. OLE color: 10264063.
HSL color Cylindrical-coordinate representation of color #FF9D9C: hue angle of 0.61º 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 #FF9D9C is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 156 | - |
| CMYK | 0 | 0.38 | 0.39 | 0 |
| HSL | 0.61º | 1% | 0.81% | - |
| HSV(B) | 0.61º | 0.39% | 1% | - |
| XYZ | 59.3 | 47.77 | 37.55 | - |
| YUV | 186.19 | 110.97 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 156 | 0 | 0.38 | 0.39 | 0 | 0.61 | 1 | 0.81 |
| Hex | FF | 9D | 9C | 0 | 26 | 27 | 0 | 1 | 64 | 51 |
| Octal | 377 | 235 | 234 | 0 | 46 | 47 | 0 | 1 | 144 | 121 |
| Binary | 11111111 | 10011101 | 10011100 | 0 | 100110 | 100111 | 0 | 1 | 1100100 | 1010001 |
Color Harmonies of #FF9D9C
Complementary color
Monochromatic Colors of #FF9D9C
Black with #FF9D9C
Text Example
Text Example
White with #FF9D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9D9C; }
p { color: rgb(255,157,156); }
H1.HeaderClassName
{
color: #FF9D9C;
}
.AnyTagClassName
{
color: #FF9D9C;
}
</style>
background-color css
<style>
a { background-color: #FF9D9C; }
a { background-color: rgb(255,157,156); }
div.DivClassName
{
background-color: #FF9D9C;
}
.BgClassName
{
background-color: #FF9D9C;
}
</style>
border-color css
<style>
span { border-color: #FF9D9C; }
span { border-color: rgb(255,157,156); }
td.TdClassName
{
border-color: #FF9D9C;
}
.TagClassName
{
border-color: #FF9D9C;
}
</style>