Shades of Rose Bud #FF9D9D
Tints of Rose Bud #FF9D9D
RGB
CMYK
RGB Variations
Color information
#FF9D9D (or 0xFF9D9D) is known color: Rose Bud. HEX triplet: FF, 9D and 9D. RGB value is (255,157,157). Sum of RGB (Red+Green+Blue) = 255+157+157=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9D9D is #006262. Grayscale: #BABABA. Windows color (decimal): -25187 or 10329599. OLE color: 10329599.
HSL color Cylindrical-coordinate representation of color #FF9D9D: hue angle of 0º 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 #FF9D9D is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 157 | - |
| CMYK | 0 | 0.38 | 0.38 | 0 |
| HSL | 0º | 1% | 0.81% | - |
| HSV(B) | 0º | 0.38% | 1% | - |
| XYZ | 59.38 | 47.81 | 38 | - |
| YUV | 186.3 | 111.47 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 157 | 0 | 0.38 | 0.38 | 0 | 0 | 1 | 0.81 |
| Hex | FF | 9D | 9D | 0 | 26 | 26 | 0 | 0 | 64 | 51 |
| Octal | 377 | 235 | 235 | 0 | 46 | 46 | 0 | 0 | 144 | 121 |
| Binary | 11111111 | 10011101 | 10011101 | 0 | 100110 | 100110 | 0 | 0 | 1100100 | 1010001 |
Color Harmonies of #FF9D9D
Complementary color
Monochromatic Colors of #FF9D9D
Black with #FF9D9D
Text Example
Text Example
White with #FF9D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9D9D; }
p { color: rgb(255,157,157); }
H1.HeaderClassName
{
color: #FF9D9D;
}
.AnyTagClassName
{
color: #FF9D9D;
}
</style>
background-color css
<style>
a { background-color: #FF9D9D; }
a { background-color: rgb(255,157,157); }
div.DivClassName
{
background-color: #FF9D9D;
}
.BgClassName
{
background-color: #FF9D9D;
}
</style>
border-color css
<style>
span { border-color: #FF9D9D; }
span { border-color: rgb(255,157,157); }
td.TdClassName
{
border-color: #FF9D9D;
}
.TagClassName
{
border-color: #FF9D9D;
}
</style>