Shades of Rose Bud #FEAAA1
Tints of Rose Bud #FEAAA1
RGB
CMYK
RGB Variations
Color information
#FEAAA1 (or 0xFEAAA1) is known color: Rose Bud. HEX triplet: FE, AA and A1. RGB value is (254,170,161). Sum of RGB (Red+Green+Blue) = 254+170+161=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAAA1 is #01555E. Grayscale: #C2C2C2. Windows color (decimal): -87391 or 10595070. OLE color: 10595070.
HSL color Cylindrical-coordinate representation of color #FEAAA1: hue angle of 5.81º 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 #FEAAA1 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 161 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.00 |
| HSL | 5.81º | 0.98% | 0.81% | - |
| HSV(B) | 5.81º | 0.37% | 1% | - |
| XYZ | 61.68 | 52.39 | 40.58 | - |
| YUV | 194.09 | 109.33 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 161 | 0 | 0.33 | 0.37 | 0.00 | 5.81 | 0.98 | 0.81 |
| Hex | FE | AA | A1 | 0 | 21 | 25 | 0 | 6 | 62 | 51 |
| Octal | 376 | 252 | 241 | 0 | 41 | 45 | 0 | 6 | 142 | 121 |
| Binary | 11111110 | 10101010 | 10100001 | 0 | 100001 | 100101 | 0 | 110 | 1100010 | 1010001 |
Color Harmonies of #FEAAA1
Complementary color
Monochromatic Colors of #FEAAA1
Black with #FEAAA1
Text Example
Text Example
White with #FEAAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAAA1; }
p { color: rgb(254,170,161); }
H1.HeaderClassName
{
color: #FEAAA1;
}
.AnyTagClassName
{
color: #FEAAA1;
}
</style>
background-color css
<style>
a { background-color: #FEAAA1; }
a { background-color: rgb(254,170,161); }
div.DivClassName
{
background-color: #FEAAA1;
}
.BgClassName
{
background-color: #FEAAA1;
}
</style>
border-color css
<style>
span { border-color: #FEAAA1; }
span { border-color: rgb(254,170,161); }
td.TdClassName
{
border-color: #FEAAA1;
}
.TagClassName
{
border-color: #FEAAA1;
}
</style>