Shades of Rose Bud #FEAD97
Tints of Rose Bud #FEAD97
RGB
CMYK
RGB Variations
Color information
#FEAD97 (or 0xFEAD97) is known color: Rose Bud. HEX triplet: FE, AD and 97. RGB value is (254,173,151). Sum of RGB (Red+Green+Blue) = 254+173+151=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 151 (59.38% from 255 or 26.12% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAD97 is #015268. Grayscale: #C2C2C2. Windows color (decimal): -86633 or 9940478. OLE color: 9940478.
HSL color Cylindrical-coordinate representation of color #FEAD97: hue angle of 12.82º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FEAD97 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 151 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.00 |
| HSL | 12.82º | 0.98% | 0.79% | - |
| HSV(B) | 12.82º | 0.41% | 1% | - |
| XYZ | 61.4 | 53.19 | 36.31 | - |
| YUV | 194.71 | 103.34 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 151 | 0 | 0.32 | 0.41 | 0.00 | 12.82 | 0.98 | 0.79 |
| Hex | FE | AD | 97 | 0 | 20 | 29 | 0 | D | 62 | 4F |
| Octal | 376 | 255 | 227 | 0 | 40 | 51 | 0 | 15 | 142 | 117 |
| Binary | 11111110 | 10101101 | 10010111 | 0 | 100000 | 101001 | 0 | 1101 | 1100010 | 1001111 |
Color Harmonies of #FEAD97
Complementary color
Monochromatic Colors of #FEAD97
Black with #FEAD97
Text Example
Text Example
White with #FEAD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD97; }
p { color: rgb(254,173,151); }
H1.HeaderClassName
{
color: #FEAD97;
}
.AnyTagClassName
{
color: #FEAD97;
}
</style>
background-color css
<style>
a { background-color: #FEAD97; }
a { background-color: rgb(254,173,151); }
div.DivClassName
{
background-color: #FEAD97;
}
.BgClassName
{
background-color: #FEAD97;
}
</style>
border-color css
<style>
span { border-color: #FEAD97; }
span { border-color: rgb(254,173,151); }
td.TdClassName
{
border-color: #FEAD97;
}
.TagClassName
{
border-color: #FEAD97;
}
</style>