Shades of Rose Bud #FEA490
Tints of Rose Bud #FEA490
RGB
CMYK
RGB Variations
Color information
#FEA490 (or 0xFEA490) is known color: Rose Bud. HEX triplet: FE, A4 and 90. RGB value is (254,164,144). Sum of RGB (Red+Green+Blue) = 254+164+144=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 144 (56.64% from 255 or 25.62% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA490 is #015B6F. Grayscale: #BCBCBC. Windows color (decimal): -88944 or 9479422. OLE color: 9479422.
HSL color Cylindrical-coordinate representation of color #FEA490: hue angle of 10.91º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FEA490 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 144 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.00 |
| HSL | 10.91º | 0.98% | 0.78% | - |
| HSV(B) | 10.91º | 0.43% | 1% | - |
| XYZ | 59.18 | 49.64 | 32.85 | - |
| YUV | 188.63 | 102.82 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 144 | 0 | 0.35 | 0.43 | 0.00 | 10.91 | 0.98 | 0.78 |
| Hex | FE | A4 | 90 | 0 | 23 | 2B | 0 | B | 62 | 4E |
| Octal | 376 | 244 | 220 | 0 | 43 | 53 | 0 | 13 | 142 | 116 |
| Binary | 11111110 | 10100100 | 10010000 | 0 | 100011 | 101011 | 0 | 1011 | 1100010 | 1001110 |
Color Harmonies of #FEA490
Complementary color
Monochromatic Colors of #FEA490
Black with #FEA490
Text Example
Text Example
White with #FEA490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA490; }
p { color: rgb(254,164,144); }
H1.HeaderClassName
{
color: #FEA490;
}
.AnyTagClassName
{
color: #FEA490;
}
</style>
background-color css
<style>
a { background-color: #FEA490; }
a { background-color: rgb(254,164,144); }
div.DivClassName
{
background-color: #FEA490;
}
.BgClassName
{
background-color: #FEA490;
}
</style>
border-color css
<style>
span { border-color: #FEA490; }
span { border-color: rgb(254,164,144); }
td.TdClassName
{
border-color: #FEA490;
}
.TagClassName
{
border-color: #FEA490;
}
</style>