Shades of Rose Bud #FE9E9D
Tints of Rose Bud #FE9E9D
RGB
CMYK
RGB Variations
Color information
#FE9E9D (or 0xFE9E9D) is known color: Rose Bud. HEX triplet: FE, 9E and 9D. RGB value is (254,158,157). Sum of RGB (Red+Green+Blue) = 254+158+157=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9E9D is #016162. Grayscale: #BABABA. Windows color (decimal): -90467 or 10329854. OLE color: 10329854.
HSL color Cylindrical-coordinate representation of color #FE9E9D: hue angle of 0.62º 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 #FE9E9D is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 157 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.00 |
| HSL | 0.62º | 0.98% | 0.81% | - |
| HSV(B) | 0.62º | 0.38% | 1% | - |
| XYZ | 59.19 | 47.96 | 38.04 | - |
| YUV | 186.59 | 111.3 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 157 | 0 | 0.38 | 0.38 | 0.00 | 0.62 | 0.98 | 0.81 |
| Hex | FE | 9E | 9D | 0 | 26 | 26 | 0 | 1 | 62 | 51 |
| Octal | 376 | 236 | 235 | 0 | 46 | 46 | 0 | 1 | 142 | 121 |
| Binary | 11111110 | 10011110 | 10011101 | 0 | 100110 | 100110 | 0 | 1 | 1100010 | 1010001 |
Color Harmonies of #FE9E9D
Complementary color
Monochromatic Colors of #FE9E9D
Black with #FE9E9D
Text Example
Text Example
White with #FE9E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9E9D; }
p { color: rgb(254,158,157); }
H1.HeaderClassName
{
color: #FE9E9D;
}
.AnyTagClassName
{
color: #FE9E9D;
}
</style>
background-color css
<style>
a { background-color: #FE9E9D; }
a { background-color: rgb(254,158,157); }
div.DivClassName
{
background-color: #FE9E9D;
}
.BgClassName
{
background-color: #FE9E9D;
}
</style>
border-color css
<style>
span { border-color: #FE9E9D; }
span { border-color: rgb(254,158,157); }
td.TdClassName
{
border-color: #FE9E9D;
}
.TagClassName
{
border-color: #FE9E9D;
}
</style>