Shades of Rose Bud #FEAD99
Tints of Rose Bud #FEAD99
RGB
CMYK
RGB Variations
Color information
#FEAD99 (or 0xFEAD99) is known color: Rose Bud. HEX triplet: FE, AD and 99. RGB value is (254,173,153). Sum of RGB (Red+Green+Blue) = 254+173+153=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 153 (60.16% from 255 or 26.38% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAD99 is #015266. Grayscale: #C3C3C3. Windows color (decimal): -86631 or 10071550. OLE color: 10071550.
HSL color Cylindrical-coordinate representation of color #FEAD99: hue angle of 11.88º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FEAD99 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 153 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.00 |
| HSL | 11.88º | 0.98% | 0.8% | - |
| HSV(B) | 11.88º | 0.4% | 1% | - |
| XYZ | 61.57 | 53.26 | 37.17 | - |
| YUV | 194.94 | 104.34 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 153 | 0 | 0.32 | 0.40 | 0.00 | 11.88 | 0.98 | 0.8 |
| Hex | FE | AD | 99 | 0 | 20 | 28 | 0 | C | 62 | 50 |
| Octal | 376 | 255 | 231 | 0 | 40 | 50 | 0 | 14 | 142 | 120 |
| Binary | 11111110 | 10101101 | 10011001 | 0 | 100000 | 101000 | 0 | 1100 | 1100010 | 1010000 |
Color Harmonies of #FEAD99
Complementary color
Monochromatic Colors of #FEAD99
Black with #FEAD99
Text Example
Text Example
White with #FEAD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD99; }
p { color: rgb(254,173,153); }
H1.HeaderClassName
{
color: #FEAD99;
}
.AnyTagClassName
{
color: #FEAD99;
}
</style>
background-color css
<style>
a { background-color: #FEAD99; }
a { background-color: rgb(254,173,153); }
div.DivClassName
{
background-color: #FEAD99;
}
.BgClassName
{
background-color: #FEAD99;
}
</style>
border-color css
<style>
span { border-color: #FEAD99; }
span { border-color: rgb(254,173,153); }
td.TdClassName
{
border-color: #FEAD99;
}
.TagClassName
{
border-color: #FEAD99;
}
</style>