Shades of Rose Bud #FF9C9B
Tints of Rose Bud #FF9C9B
RGB
CMYK
RGB Variations
Color information
#FF9C9B (or 0xFF9C9B) is known color: Rose Bud. HEX triplet: FF, 9C and 9B. RGB value is (255,156,155). Sum of RGB (Red+Green+Blue) = 255+156+155=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9C9B is #006364. Grayscale: #B9B9B9. Windows color (decimal): -25445 or 10198271. OLE color: 10198271.
HSL color Cylindrical-coordinate representation of color #FF9C9B: hue angle of 0.6º 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 #FF9C9B is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 155 | - |
| CMYK | 0 | 0.39 | 0.39 | 0 |
| HSL | 0.6º | 1% | 0.8% | - |
| HSV(B) | 0.6º | 0.39% | 1% | - |
| XYZ | 59.04 | 47.4 | 37.05 | - |
| YUV | 185.49 | 110.8 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 155 | 0 | 0.39 | 0.39 | 0 | 0.6 | 1 | 0.8 |
| Hex | FF | 9C | 9B | 0 | 27 | 27 | 0 | 1 | 64 | 50 |
| Octal | 377 | 234 | 233 | 0 | 47 | 47 | 0 | 1 | 144 | 120 |
| Binary | 11111111 | 10011100 | 10011011 | 0 | 100111 | 100111 | 0 | 1 | 1100100 | 1010000 |
Color Harmonies of #FF9C9B
Complementary color
Monochromatic Colors of #FF9C9B
Black with #FF9C9B
Text Example
Text Example
White with #FF9C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C9B; }
p { color: rgb(255,156,155); }
H1.HeaderClassName
{
color: #FF9C9B;
}
.AnyTagClassName
{
color: #FF9C9B;
}
</style>
background-color css
<style>
a { background-color: #FF9C9B; }
a { background-color: rgb(255,156,155); }
div.DivClassName
{
background-color: #FF9C9B;
}
.BgClassName
{
background-color: #FF9C9B;
}
</style>
border-color css
<style>
span { border-color: #FF9C9B; }
span { border-color: rgb(255,156,155); }
td.TdClassName
{
border-color: #FF9C9B;
}
.TagClassName
{
border-color: #FF9C9B;
}
</style>