Shades of Rose Bud #FE9F9D
Tints of Rose Bud #FE9F9D
RGB
CMYK
RGB Variations
Color information
#FE9F9D (or 0xFE9F9D) is known color: Rose Bud. HEX triplet: FE, 9F and 9D. RGB value is (254,159,157). Sum of RGB (Red+Green+Blue) = 254+159+157=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9F9D is #016062. Grayscale: #BBBBBB. Windows color (decimal): -90211 or 10330110. OLE color: 10330110.
HSL color Cylindrical-coordinate representation of color #FE9F9D: hue angle of 1.24º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FE9F9D is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 157 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.00 |
| HSL | 1.24º | 0.98% | 0.81% | - |
| HSV(B) | 1.24º | 0.38% | 1% | - |
| XYZ | 59.36 | 48.3 | 38.09 | - |
| YUV | 187.18 | 110.97 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 157 | 0 | 0.37 | 0.38 | 0.00 | 1.24 | 0.98 | 0.81 |
| Hex | FE | 9F | 9D | 0 | 25 | 26 | 0 | 1 | 62 | 51 |
| Octal | 376 | 237 | 235 | 0 | 45 | 46 | 0 | 1 | 142 | 121 |
| Binary | 11111110 | 10011111 | 10011101 | 0 | 100101 | 100110 | 0 | 1 | 1100010 | 1010001 |
Color Harmonies of #FE9F9D
Complementary color
Monochromatic Colors of #FE9F9D
Black with #FE9F9D
Text Example
Text Example
White with #FE9F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9F9D; }
p { color: rgb(254,159,157); }
H1.HeaderClassName
{
color: #FE9F9D;
}
.AnyTagClassName
{
color: #FE9F9D;
}
</style>
background-color css
<style>
a { background-color: #FE9F9D; }
a { background-color: rgb(254,159,157); }
div.DivClassName
{
background-color: #FE9F9D;
}
.BgClassName
{
background-color: #FE9F9D;
}
</style>
border-color css
<style>
span { border-color: #FE9F9D; }
span { border-color: rgb(254,159,157); }
td.TdClassName
{
border-color: #FE9F9D;
}
.TagClassName
{
border-color: #FE9F9D;
}
</style>