Shades of Rose Bud #FE9F9C
Tints of Rose Bud #FE9F9C
RGB
CMYK
RGB Variations
Color information
#FE9F9C (or 0xFE9F9C) is known color: Rose Bud. HEX triplet: FE, 9F and 9C. RGB value is (254,159,156). Sum of RGB (Red+Green+Blue) = 254+159+156=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9F9C is #016063. Grayscale: #BBBBBB. Windows color (decimal): -90212 or 10264574. OLE color: 10264574.
HSL color Cylindrical-coordinate representation of color #FE9F9C: hue angle of 1.84º 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 #FE9F9C is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 156 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.00 |
| HSL | 1.84º | 0.98% | 0.8% | - |
| HSV(B) | 1.84º | 0.39% | 1% | - |
| XYZ | 59.27 | 48.27 | 37.65 | - |
| YUV | 187.06 | 110.47 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 156 | 0 | 0.37 | 0.39 | 0.00 | 1.84 | 0.98 | 0.8 |
| Hex | FE | 9F | 9C | 0 | 25 | 27 | 0 | 2 | 62 | 50 |
| Octal | 376 | 237 | 234 | 0 | 45 | 47 | 0 | 2 | 142 | 120 |
| Binary | 11111110 | 10011111 | 10011100 | 0 | 100101 | 100111 | 0 | 10 | 1100010 | 1010000 |
Color Harmonies of #FE9F9C
Complementary color
Monochromatic Colors of #FE9F9C
Black with #FE9F9C
Text Example
Text Example
White with #FE9F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9F9C; }
p { color: rgb(254,159,156); }
H1.HeaderClassName
{
color: #FE9F9C;
}
.AnyTagClassName
{
color: #FE9F9C;
}
</style>
background-color css
<style>
a { background-color: #FE9F9C; }
a { background-color: rgb(254,159,156); }
div.DivClassName
{
background-color: #FE9F9C;
}
.BgClassName
{
background-color: #FE9F9C;
}
</style>
border-color css
<style>
span { border-color: #FE9F9C; }
span { border-color: rgb(254,159,156); }
td.TdClassName
{
border-color: #FE9F9C;
}
.TagClassName
{
border-color: #FE9F9C;
}
</style>