Shades of Rose Bud #FEADA0
Tints of Rose Bud #FEADA0
RGB
CMYK
RGB Variations
Color information
#FEADA0 (or 0xFEADA0) is known color: Rose Bud. HEX triplet: FE, AD and A0. RGB value is (254,173,160). Sum of RGB (Red+Green+Blue) = 254+173+160=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEADA0 is #01525F. Grayscale: #C3C3C3. Windows color (decimal): -86624 or 10530302. OLE color: 10530302.
HSL color Cylindrical-coordinate representation of color #FEADA0: hue angle of 8.3º 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 #FEADA0 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 160 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.00 |
| HSL | 8.3º | 0.98% | 0.81% | - |
| HSV(B) | 8.3º | 0.37% | 1% | - |
| XYZ | 62.16 | 53.5 | 40.31 | - |
| YUV | 195.74 | 107.84 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 160 | 0 | 0.32 | 0.37 | 0.00 | 8.3 | 0.98 | 0.81 |
| Hex | FE | AD | A0 | 0 | 20 | 25 | 0 | 8 | 62 | 51 |
| Octal | 376 | 255 | 240 | 0 | 40 | 45 | 0 | 10 | 142 | 121 |
| Binary | 11111110 | 10101101 | 10100000 | 0 | 100000 | 100101 | 0 | 1000 | 1100010 | 1010001 |
Color Harmonies of #FEADA0
Complementary color
Monochromatic Colors of #FEADA0
Black with #FEADA0
Text Example
Text Example
White with #FEADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADA0; }
p { color: rgb(254,173,160); }
H1.HeaderClassName
{
color: #FEADA0;
}
.AnyTagClassName
{
color: #FEADA0;
}
</style>
background-color css
<style>
a { background-color: #FEADA0; }
a { background-color: rgb(254,173,160); }
div.DivClassName
{
background-color: #FEADA0;
}
.BgClassName
{
background-color: #FEADA0;
}
</style>
border-color css
<style>
span { border-color: #FEADA0; }
span { border-color: rgb(254,173,160); }
td.TdClassName
{
border-color: #FEADA0;
}
.TagClassName
{
border-color: #FEADA0;
}
</style>