Shades of Rose Bud #FEA996
Tints of Rose Bud #FEA996
RGB
CMYK
RGB Variations
Color information
#FEA996 (or 0xFEA996) is known color: Rose Bud. HEX triplet: FE, A9 and 96. RGB value is (254,169,150). Sum of RGB (Red+Green+Blue) = 254+169+150=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 169 (66.41% from 255 or 29.49% from 573); Blue value is 150 (58.98% from 255 or 26.18% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA996 is #015669. Grayscale: #C0C0C0. Windows color (decimal): -87658 or 9873918. OLE color: 9873918.
HSL color Cylindrical-coordinate representation of color #FEA996: hue angle of 10.96º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FEA996 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 150 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.00 |
| HSL | 10.96º | 0.98% | 0.79% | - |
| HSV(B) | 10.96º | 0.41% | 1% | - |
| XYZ | 60.57 | 51.65 | 35.63 | - |
| YUV | 192.25 | 104.16 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 150 | 0 | 0.33 | 0.41 | 0.00 | 10.96 | 0.98 | 0.79 |
| Hex | FE | A9 | 96 | 0 | 21 | 29 | 0 | B | 62 | 4F |
| Octal | 376 | 251 | 226 | 0 | 41 | 51 | 0 | 13 | 142 | 117 |
| Binary | 11111110 | 10101001 | 10010110 | 0 | 100001 | 101001 | 0 | 1011 | 1100010 | 1001111 |
Color Harmonies of #FEA996
Complementary color
Monochromatic Colors of #FEA996
Black with #FEA996
Text Example
Text Example
White with #FEA996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA996; }
p { color: rgb(254,169,150); }
H1.HeaderClassName
{
color: #FEA996;
}
.AnyTagClassName
{
color: #FEA996;
}
</style>
background-color css
<style>
a { background-color: #FEA996; }
a { background-color: rgb(254,169,150); }
div.DivClassName
{
background-color: #FEA996;
}
.BgClassName
{
background-color: #FEA996;
}
</style>
border-color css
<style>
span { border-color: #FEA996; }
span { border-color: rgb(254,169,150); }
td.TdClassName
{
border-color: #FEA996;
}
.TagClassName
{
border-color: #FEA996;
}
</style>