Shades of Rose Bud #FEAAA0
Tints of Rose Bud #FEAAA0
RGB
CMYK
RGB Variations
Color information
#FEAAA0 (or 0xFEAAA0) is known color: Rose Bud. HEX triplet: FE, AA and A0. RGB value is (254,170,160). Sum of RGB (Red+Green+Blue) = 254+170+160=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 160 (62.89% from 255 or 27.40% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAAA0 is #01555F. Grayscale: #C2C2C2. Windows color (decimal): -87392 or 10529534. OLE color: 10529534.
HSL color Cylindrical-coordinate representation of color #FEAAA0: hue angle of 6.38º 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 #FEAAA0 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 160 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.00 |
| HSL | 6.38º | 0.98% | 0.81% | - |
| HSV(B) | 6.38º | 0.37% | 1% | - |
| XYZ | 61.59 | 52.36 | 40.12 | - |
| YUV | 193.98 | 108.83 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 160 | 0 | 0.33 | 0.37 | 0.00 | 6.38 | 0.98 | 0.81 |
| Hex | FE | AA | A0 | 0 | 21 | 25 | 0 | 6 | 62 | 51 |
| Octal | 376 | 252 | 240 | 0 | 41 | 45 | 0 | 6 | 142 | 121 |
| Binary | 11111110 | 10101010 | 10100000 | 0 | 100001 | 100101 | 0 | 110 | 1100010 | 1010001 |
Color Harmonies of #FEAAA0
Complementary color
Monochromatic Colors of #FEAAA0
Black with #FEAAA0
Text Example
Text Example
White with #FEAAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAAA0; }
p { color: rgb(254,170,160); }
H1.HeaderClassName
{
color: #FEAAA0;
}
.AnyTagClassName
{
color: #FEAAA0;
}
</style>
background-color css
<style>
a { background-color: #FEAAA0; }
a { background-color: rgb(254,170,160); }
div.DivClassName
{
background-color: #FEAAA0;
}
.BgClassName
{
background-color: #FEAAA0;
}
</style>
border-color css
<style>
span { border-color: #FEAAA0; }
span { border-color: rgb(254,170,160); }
td.TdClassName
{
border-color: #FEAAA0;
}
.TagClassName
{
border-color: #FEAAA0;
}
</style>