Shades of Rose Bud #FEA892
Tints of Rose Bud #FEA892
RGB
CMYK
RGB Variations
Color information
#FEA892 (or 0xFEA892) is known color: Rose Bud. HEX triplet: FE, A8 and 92. RGB value is (254,168,146). Sum of RGB (Red+Green+Blue) = 254+168+146=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 146 (57.42% from 255 or 25.70% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA892 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA892 is #01576D. Grayscale: #BFBFBF. Windows color (decimal): -87918 or 9611518. OLE color: 9611518.
HSL color Cylindrical-coordinate representation of color #FEA892: hue angle of 12.22º 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 #FEA892 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 146 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.00 |
| HSL | 12.22º | 0.98% | 0.78% | - |
| HSV(B) | 12.22º | 0.43% | 1% | - |
| XYZ | 60.06 | 51.15 | 33.9 | - |
| YUV | 191.21 | 102.49 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 146 | 0 | 0.34 | 0.43 | 0.00 | 12.22 | 0.98 | 0.78 |
| Hex | FE | A8 | 92 | 0 | 22 | 2B | 0 | C | 62 | 4E |
| Octal | 376 | 250 | 222 | 0 | 42 | 53 | 0 | 14 | 142 | 116 |
| Binary | 11111110 | 10101000 | 10010010 | 0 | 100010 | 101011 | 0 | 1100 | 1100010 | 1001110 |
Color Harmonies of #FEA892
Complementary color
Monochromatic Colors of #FEA892
Black with #FEA892
Text Example
Text Example
White with #FEA892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA892; }
p { color: rgb(254,168,146); }
H1.HeaderClassName
{
color: #FEA892;
}
.AnyTagClassName
{
color: #FEA892;
}
</style>
background-color css
<style>
a { background-color: #FEA892; }
a { background-color: rgb(254,168,146); }
div.DivClassName
{
background-color: #FEA892;
}
.BgClassName
{
background-color: #FEA892;
}
</style>
border-color css
<style>
span { border-color: #FEA892; }
span { border-color: rgb(254,168,146); }
td.TdClassName
{
border-color: #FEA892;
}
.TagClassName
{
border-color: #FEA892;
}
</style>