Shades of Rose Bud #FF9D99
Tints of Rose Bud #FF9D99
RGB
CMYK
RGB Variations
Color information
#FF9D99 (or 0xFF9D99) is known color: Rose Bud. HEX triplet: FF, 9D and 99. RGB value is (255,157,153). Sum of RGB (Red+Green+Blue) = 255+157+153=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 153 (60.16% from 255 or 27.08% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9D99 is #006266. Grayscale: #B9B9B9. Windows color (decimal): -25191 or 10067455. OLE color: 10067455.
HSL color Cylindrical-coordinate representation of color #FF9D99: hue angle of 2.35º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF9D99 is Cyan = 0, Magento = 0.38, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 153 | - |
| CMYK | 0 | 0.38 | 0.4 | 0 |
| HSL | 2.35º | 1% | 0.8% | - |
| HSV(B) | 2.35º | 0.4% | 1% | - |
| XYZ | 59.05 | 47.67 | 36.23 | - |
| YUV | 185.85 | 109.47 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 153 | 0 | 0.38 | 0.4 | 0 | 2.35 | 1 | 0.8 |
| Hex | FF | 9D | 99 | 0 | 26 | 28 | 0 | 2 | 64 | 50 |
| Octal | 377 | 235 | 231 | 0 | 46 | 50 | 0 | 2 | 144 | 120 |
| Binary | 11111111 | 10011101 | 10011001 | 0 | 100110 | 101000 | 0 | 10 | 1100100 | 1010000 |
Color Harmonies of #FF9D99
Complementary color
Monochromatic Colors of #FF9D99
Black with #FF9D99
Text Example
Text Example
White with #FF9D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9D99; }
p { color: rgb(255,157,153); }
H1.HeaderClassName
{
color: #FF9D99;
}
.AnyTagClassName
{
color: #FF9D99;
}
</style>
background-color css
<style>
a { background-color: #FF9D99; }
a { background-color: rgb(255,157,153); }
div.DivClassName
{
background-color: #FF9D99;
}
.BgClassName
{
background-color: #FF9D99;
}
</style>
border-color css
<style>
span { border-color: #FF9D99; }
span { border-color: rgb(255,157,153); }
td.TdClassName
{
border-color: #FF9D99;
}
.TagClassName
{
border-color: #FF9D99;
}
</style>