Shades of Rose Bud #FE9C9A
Tints of Rose Bud #FE9C9A
RGB
CMYK
RGB Variations
Color information
#FE9C9A (or 0xFE9C9A) is known color: Rose Bud. HEX triplet: FE, 9C and 9A. RGB value is (254,156,154). Sum of RGB (Red+Green+Blue) = 254+156+154=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 154 (60.55% from 255 or 27.30% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9C9A is #016365. Grayscale: #B9B9B9. Windows color (decimal): -90982 or 10132734. OLE color: 10132734.
HSL color Cylindrical-coordinate representation of color #FE9C9A: hue angle of 1.2º 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 #FE9C9A is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 154 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.00 |
| HSL | 1.2º | 0.98% | 0.8% | - |
| HSV(B) | 1.2º | 0.39% | 1% | - |
| XYZ | 58.59 | 47.18 | 36.59 | - |
| YUV | 185.07 | 110.47 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 154 | 0 | 0.39 | 0.39 | 0.00 | 1.2 | 0.98 | 0.8 |
| Hex | FE | 9C | 9A | 0 | 27 | 27 | 0 | 1 | 62 | 50 |
| Octal | 376 | 234 | 232 | 0 | 47 | 47 | 0 | 1 | 142 | 120 |
| Binary | 11111110 | 10011100 | 10011010 | 0 | 100111 | 100111 | 0 | 1 | 1100010 | 1010000 |
Color Harmonies of #FE9C9A
Complementary color
Monochromatic Colors of #FE9C9A
Black with #FE9C9A
Text Example
Text Example
White with #FE9C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9C9A; }
p { color: rgb(254,156,154); }
H1.HeaderClassName
{
color: #FE9C9A;
}
.AnyTagClassName
{
color: #FE9C9A;
}
</style>
background-color css
<style>
a { background-color: #FE9C9A; }
a { background-color: rgb(254,156,154); }
div.DivClassName
{
background-color: #FE9C9A;
}
.BgClassName
{
background-color: #FE9C9A;
}
</style>
border-color css
<style>
span { border-color: #FE9C9A; }
span { border-color: rgb(254,156,154); }
td.TdClassName
{
border-color: #FE9C9A;
}
.TagClassName
{
border-color: #FE9C9A;
}
</style>