Shades of Rose Bud #FE9F9B
Tints of Rose Bud #FE9F9B
RGB
CMYK
RGB Variations
Color information
#FE9F9B (or 0xFE9F9B) is known color: Rose Bud. HEX triplet: FE, 9F and 9B. RGB value is (254,159,155). Sum of RGB (Red+Green+Blue) = 254+159+155=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9F9B is #016064. Grayscale: #BBBBBB. Windows color (decimal): -90213 or 10199038. OLE color: 10199038.
HSL color Cylindrical-coordinate representation of color #FE9F9B: hue angle of 2.42º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9F9B is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 155 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.00 |
| HSL | 2.42º | 0.98% | 0.8% | - |
| HSV(B) | 2.42º | 0.39% | 1% | - |
| XYZ | 59.19 | 48.23 | 37.2 | - |
| YUV | 186.95 | 109.97 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 155 | 0 | 0.37 | 0.39 | 0.00 | 2.42 | 0.98 | 0.8 |
| Hex | FE | 9F | 9B | 0 | 25 | 27 | 0 | 2 | 62 | 50 |
| Octal | 376 | 237 | 233 | 0 | 45 | 47 | 0 | 2 | 142 | 120 |
| Binary | 11111110 | 10011111 | 10011011 | 0 | 100101 | 100111 | 0 | 10 | 1100010 | 1010000 |
Color Harmonies of #FE9F9B
Complementary color
Monochromatic Colors of #FE9F9B
Black with #FE9F9B
Text Example
Text Example
White with #FE9F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9F9B; }
p { color: rgb(254,159,155); }
H1.HeaderClassName
{
color: #FE9F9B;
}
.AnyTagClassName
{
color: #FE9F9B;
}
</style>
background-color css
<style>
a { background-color: #FE9F9B; }
a { background-color: rgb(254,159,155); }
div.DivClassName
{
background-color: #FE9F9B;
}
.BgClassName
{
background-color: #FE9F9B;
}
</style>
border-color css
<style>
span { border-color: #FE9F9B; }
span { border-color: rgb(254,159,155); }
td.TdClassName
{
border-color: #FE9F9B;
}
.TagClassName
{
border-color: #FE9F9B;
}
</style>