Shades of Rose Bud #FEADA2
Tints of Rose Bud #FEADA2
RGB
CMYK
RGB Variations
Color information
#FEADA2 (or 0xFEADA2) is known color: Rose Bud. HEX triplet: FE, AD and A2. RGB value is (254,173,162). Sum of RGB (Red+Green+Blue) = 254+173+162=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 162 (63.67% from 255 or 27.50% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEADA2 is #01525D. Grayscale: #C4C4C4. Windows color (decimal): -86622 or 10661374. OLE color: 10661374.
HSL color Cylindrical-coordinate representation of color #FEADA2: hue angle of 7.17º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEADA2 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 162 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.00 |
| HSL | 7.17º | 0.98% | 0.82% | - |
| HSV(B) | 7.17º | 0.36% | 1% | - |
| XYZ | 62.34 | 53.57 | 41.24 | - |
| YUV | 195.97 | 108.84 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 162 | 0 | 0.32 | 0.36 | 0.00 | 7.17 | 0.98 | 0.82 |
| Hex | FE | AD | A2 | 0 | 20 | 24 | 0 | 7 | 62 | 52 |
| Octal | 376 | 255 | 242 | 0 | 40 | 44 | 0 | 7 | 142 | 122 |
| Binary | 11111110 | 10101101 | 10100010 | 0 | 100000 | 100100 | 0 | 111 | 1100010 | 1010010 |
Color Harmonies of #FEADA2
Complementary color
Monochromatic Colors of #FEADA2
Black with #FEADA2
Text Example
Text Example
White with #FEADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADA2; }
p { color: rgb(254,173,162); }
H1.HeaderClassName
{
color: #FEADA2;
}
.AnyTagClassName
{
color: #FEADA2;
}
</style>
background-color css
<style>
a { background-color: #FEADA2; }
a { background-color: rgb(254,173,162); }
div.DivClassName
{
background-color: #FEADA2;
}
.BgClassName
{
background-color: #FEADA2;
}
</style>
border-color css
<style>
span { border-color: #FEADA2; }
span { border-color: rgb(254,173,162); }
td.TdClassName
{
border-color: #FEADA2;
}
.TagClassName
{
border-color: #FEADA2;
}
</style>