Shades of Rose Bud #FEA99C
Tints of Rose Bud #FEA99C
RGB
CMYK
RGB Variations
Color information
#FEA99C (or 0xFEA99C) is known color: Rose Bud. HEX triplet: FE, A9 and 9C. RGB value is (254,169,156). Sum of RGB (Red+Green+Blue) = 254+169+156=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 156 (61.33% from 255 or 26.94% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA99C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA99C is #015663. Grayscale: #C1C1C1. Windows color (decimal): -87652 or 10267134. OLE color: 10267134.
HSL color Cylindrical-coordinate representation of color #FEA99C: hue angle of 7.96º 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 #FEA99C is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 156 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.00 |
| HSL | 7.96º | 0.98% | 0.8% | - |
| HSV(B) | 7.96º | 0.39% | 1% | - |
| XYZ | 61.06 | 51.85 | 38.24 | - |
| YUV | 192.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 156 | 0 | 0.33 | 0.39 | 0.00 | 7.96 | 0.98 | 0.8 |
| Hex | FE | A9 | 9C | 0 | 21 | 27 | 0 | 8 | 62 | 50 |
| Octal | 376 | 251 | 234 | 0 | 41 | 47 | 0 | 10 | 142 | 120 |
| Binary | 11111110 | 10101001 | 10011100 | 0 | 100001 | 100111 | 0 | 1000 | 1100010 | 1010000 |
Color Harmonies of #FEA99C
Complementary color
Monochromatic Colors of #FEA99C
Black with #FEA99C
Text Example
Text Example
White with #FEA99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA99C; }
p { color: rgb(254,169,156); }
H1.HeaderClassName
{
color: #FEA99C;
}
.AnyTagClassName
{
color: #FEA99C;
}
</style>
background-color css
<style>
a { background-color: #FEA99C; }
a { background-color: rgb(254,169,156); }
div.DivClassName
{
background-color: #FEA99C;
}
.BgClassName
{
background-color: #FEA99C;
}
</style>
border-color css
<style>
span { border-color: #FEA99C; }
span { border-color: rgb(254,169,156); }
td.TdClassName
{
border-color: #FEA99C;
}
.TagClassName
{
border-color: #FEA99C;
}
</style>