Shades of Rose Bud #FEA690
Tints of Rose Bud #FEA690
RGB
CMYK
RGB Variations
Color information
#FEA690 (or 0xFEA690) is known color: Rose Bud. HEX triplet: FE, A6 and 90. RGB value is (254,166,144). Sum of RGB (Red+Green+Blue) = 254+166+144=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 144 (56.64% from 255 or 25.53% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA690 is #01596F. Grayscale: #BDBDBD. Windows color (decimal): -88432 or 9479934. OLE color: 9479934.
HSL color Cylindrical-coordinate representation of color #FEA690: hue angle of 12º 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 #FEA690 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 144 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.00 |
| HSL | 12º | 0.98% | 0.78% | - |
| HSV(B) | 12º | 0.43% | 1% | - |
| XYZ | 59.54 | 50.36 | 32.97 | - |
| YUV | 189.8 | 102.15 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 144 | 0 | 0.35 | 0.43 | 0.00 | 12 | 0.98 | 0.78 |
| Hex | FE | A6 | 90 | 0 | 23 | 2B | 0 | C | 62 | 4E |
| Octal | 376 | 246 | 220 | 0 | 43 | 53 | 0 | 14 | 142 | 116 |
| Binary | 11111110 | 10100110 | 10010000 | 0 | 100011 | 101011 | 0 | 1100 | 1100010 | 1001110 |
Color Harmonies of #FEA690
Complementary color
Monochromatic Colors of #FEA690
Black with #FEA690
Text Example
Text Example
White with #FEA690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA690; }
p { color: rgb(254,166,144); }
H1.HeaderClassName
{
color: #FEA690;
}
.AnyTagClassName
{
color: #FEA690;
}
</style>
background-color css
<style>
a { background-color: #FEA690; }
a { background-color: rgb(254,166,144); }
div.DivClassName
{
background-color: #FEA690;
}
.BgClassName
{
background-color: #FEA690;
}
</style>
border-color css
<style>
span { border-color: #FEA690; }
span { border-color: rgb(254,166,144); }
td.TdClassName
{
border-color: #FEA690;
}
.TagClassName
{
border-color: #FEA690;
}
</style>