Shades of Rose Bud #FEADA1
Tints of Rose Bud #FEADA1
RGB
CMYK
RGB Variations
Color information
#FEADA1 (or 0xFEADA1) is known color: Rose Bud. HEX triplet: FE, AD and A1. RGB value is (254,173,161). Sum of RGB (Red+Green+Blue) = 254+173+161=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 161 (63.28% from 255 or 27.38% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEADA1 is #01525E. Grayscale: #C3C3C3. Windows color (decimal): -86623 or 10595838. OLE color: 10595838.
HSL color Cylindrical-coordinate representation of color #FEADA1: hue angle of 7.74º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEADA1 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 161 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.00 |
| HSL | 7.74º | 0.98% | 0.81% | - |
| HSV(B) | 7.74º | 0.37% | 1% | - |
| XYZ | 62.25 | 53.53 | 40.77 | - |
| YUV | 195.85 | 108.34 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 161 | 0 | 0.32 | 0.37 | 0.00 | 7.74 | 0.98 | 0.81 |
| Hex | FE | AD | A1 | 0 | 20 | 25 | 0 | 8 | 62 | 51 |
| Octal | 376 | 255 | 241 | 0 | 40 | 45 | 0 | 10 | 142 | 121 |
| Binary | 11111110 | 10101101 | 10100001 | 0 | 100000 | 100101 | 0 | 1000 | 1100010 | 1010001 |
Color Harmonies of #FEADA1
Complementary color
Monochromatic Colors of #FEADA1
Black with #FEADA1
Text Example
Text Example
White with #FEADA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADA1; }
p { color: rgb(254,173,161); }
H1.HeaderClassName
{
color: #FEADA1;
}
.AnyTagClassName
{
color: #FEADA1;
}
</style>
background-color css
<style>
a { background-color: #FEADA1; }
a { background-color: rgb(254,173,161); }
div.DivClassName
{
background-color: #FEADA1;
}
.BgClassName
{
background-color: #FEADA1;
}
</style>
border-color css
<style>
span { border-color: #FEADA1; }
span { border-color: rgb(254,173,161); }
td.TdClassName
{
border-color: #FEADA1;
}
.TagClassName
{
border-color: #FEADA1;
}
</style>