Shades of Rose Bud #FB9E9D
Tints of Rose Bud #FB9E9D
RGB
CMYK
RGB Variations
Color information
#FB9E9D (or 0xFB9E9D) is known color: Rose Bud. HEX triplet: FB, 9E and 9D. RGB value is (251,158,157). Sum of RGB (Red+Green+Blue) = 251+158+157=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 157 (61.72% from 255 or 27.74% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9E9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9E9D is #046162. Grayscale: #B9B9B9. Windows color (decimal): -287075 or 10329851. OLE color: 10329851.
HSL color Cylindrical-coordinate representation of color #FB9E9D: hue angle of 0.64º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FB9E9D is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 158 | 157 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.02 |
| HSL | 0.64º | 0.92% | 0.8% | - |
| HSV(B) | 0.64º | 0.37% | 0.98% | - |
| XYZ | 58.1 | 47.4 | 37.98 | - |
| YUV | 185.69 | 111.81 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 158 | 157 | 0 | 0.37 | 0.37 | 0.02 | 0.64 | 0.92 | 0.8 |
| Hex | FB | 9E | 9D | 0 | 25 | 25 | 2 | 1 | 5C | 50 |
| Octal | 373 | 236 | 235 | 0 | 45 | 45 | 2 | 1 | 134 | 120 |
| Binary | 11111011 | 10011110 | 10011101 | 0 | 100101 | 100101 | 10 | 1 | 1011100 | 1010000 |
Color Harmonies of #FB9E9D
Complementary color
Monochromatic Colors of #FB9E9D
Black with #FB9E9D
Text Example
Text Example
White with #FB9E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9E9D; }
p { color: rgb(251,158,157); }
H1.HeaderClassName
{
color: #FB9E9D;
}
.AnyTagClassName
{
color: #FB9E9D;
}
</style>
background-color css
<style>
a { background-color: #FB9E9D; }
a { background-color: rgb(251,158,157); }
div.DivClassName
{
background-color: #FB9E9D;
}
.BgClassName
{
background-color: #FB9E9D;
}
</style>
border-color css
<style>
span { border-color: #FB9E9D; }
span { border-color: rgb(251,158,157); }
td.TdClassName
{
border-color: #FB9E9D;
}
.TagClassName
{
border-color: #FB9E9D;
}
</style>