Shades of Rose Bud #FE9E9C
Tints of Rose Bud #FE9E9C
RGB
CMYK
RGB Variations
Color information
#FE9E9C (or 0xFE9E9C) is known color: Rose Bud. HEX triplet: FE, 9E and 9C. RGB value is (254,158,156). Sum of RGB (Red+Green+Blue) = 254+158+156=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 156 (61.33% from 255 or 27.46% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9E9C is #016163. Grayscale: #BABABA. Windows color (decimal): -90468 or 10264318. OLE color: 10264318.
HSL color Cylindrical-coordinate representation of color #FE9E9C: hue angle of 1.22º 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 #FE9E9C is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 156 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.00 |
| HSL | 1.22º | 0.98% | 0.8% | - |
| HSV(B) | 1.22º | 0.39% | 1% | - |
| XYZ | 59.1 | 47.92 | 37.59 | - |
| YUV | 186.48 | 110.8 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 156 | 0 | 0.38 | 0.39 | 0.00 | 1.22 | 0.98 | 0.8 |
| Hex | FE | 9E | 9C | 0 | 26 | 27 | 0 | 1 | 62 | 50 |
| Octal | 376 | 236 | 234 | 0 | 46 | 47 | 0 | 1 | 142 | 120 |
| Binary | 11111110 | 10011110 | 10011100 | 0 | 100110 | 100111 | 0 | 1 | 1100010 | 1010000 |
Color Harmonies of #FE9E9C
Complementary color
Monochromatic Colors of #FE9E9C
Black with #FE9E9C
Text Example
Text Example
White with #FE9E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9E9C; }
p { color: rgb(254,158,156); }
H1.HeaderClassName
{
color: #FE9E9C;
}
.AnyTagClassName
{
color: #FE9E9C;
}
</style>
background-color css
<style>
a { background-color: #FE9E9C; }
a { background-color: rgb(254,158,156); }
div.DivClassName
{
background-color: #FE9E9C;
}
.BgClassName
{
background-color: #FE9E9C;
}
</style>
border-color css
<style>
span { border-color: #FE9E9C; }
span { border-color: rgb(254,158,156); }
td.TdClassName
{
border-color: #FE9E9C;
}
.TagClassName
{
border-color: #FE9E9C;
}
</style>