Shades of Rose Bud #FEAD9E
Tints of Rose Bud #FEAD9E
RGB
CMYK
RGB Variations
Color information
#FEAD9E (or 0xFEAD9E) is known color: Rose Bud. HEX triplet: FE, AD and 9E. RGB value is (254,173,158). Sum of RGB (Red+Green+Blue) = 254+173+158=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 158 (62.11% from 255 or 27.01% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAD9E is #015261. Grayscale: #C3C3C3. Windows color (decimal): -86626 or 10399230. OLE color: 10399230.
HSL color Cylindrical-coordinate representation of color #FEAD9E: hue angle of 9.38º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FEAD9E is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 158 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.00 |
| HSL | 9.38º | 0.98% | 0.81% | - |
| HSV(B) | 9.38º | 0.38% | 1% | - |
| XYZ | 61.99 | 53.43 | 39.39 | - |
| YUV | 195.51 | 106.84 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 158 | 0 | 0.32 | 0.38 | 0.00 | 9.38 | 0.98 | 0.81 |
| Hex | FE | AD | 9E | 0 | 20 | 26 | 0 | 9 | 62 | 51 |
| Octal | 376 | 255 | 236 | 0 | 40 | 46 | 0 | 11 | 142 | 121 |
| Binary | 11111110 | 10101101 | 10011110 | 0 | 100000 | 100110 | 0 | 1001 | 1100010 | 1010001 |
Color Harmonies of #FEAD9E
Complementary color
Monochromatic Colors of #FEAD9E
Black with #FEAD9E
Text Example
Text Example
White with #FEAD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD9E; }
p { color: rgb(254,173,158); }
H1.HeaderClassName
{
color: #FEAD9E;
}
.AnyTagClassName
{
color: #FEAD9E;
}
</style>
background-color css
<style>
a { background-color: #FEAD9E; }
a { background-color: rgb(254,173,158); }
div.DivClassName
{
background-color: #FEAD9E;
}
.BgClassName
{
background-color: #FEAD9E;
}
</style>
border-color css
<style>
span { border-color: #FEAD9E; }
span { border-color: rgb(254,173,158); }
td.TdClassName
{
border-color: #FEAD9E;
}
.TagClassName
{
border-color: #FEAD9E;
}
</style>