Shades of Rose Bud #FEA8A1
Tints of Rose Bud #FEA8A1
RGB
CMYK
RGB Variations
Color information
#FEA8A1 (or 0xFEA8A1) is known color: Rose Bud. HEX triplet: FE, A8 and A1. RGB value is (254,168,161). Sum of RGB (Red+Green+Blue) = 254+168+161=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 168 (66.02% from 255 or 28.82% from 583); Blue value is 161 (63.28% from 255 or 27.62% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA8A1 is #01575E. Grayscale: #C1C1C1. Windows color (decimal): -87903 or 10594558. OLE color: 10594558.
HSL color Cylindrical-coordinate representation of color #FEA8A1: hue angle of 4.52º 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 #FEA8A1 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 161 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.00 |
| HSL | 4.52º | 0.98% | 0.81% | - |
| HSV(B) | 4.52º | 0.37% | 1% | - |
| XYZ | 61.31 | 51.65 | 40.46 | - |
| YUV | 192.92 | 109.99 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 161 | 0 | 0.34 | 0.37 | 0.00 | 4.52 | 0.98 | 0.81 |
| Hex | FE | A8 | A1 | 0 | 22 | 25 | 0 | 5 | 62 | 51 |
| Octal | 376 | 250 | 241 | 0 | 42 | 45 | 0 | 5 | 142 | 121 |
| Binary | 11111110 | 10101000 | 10100001 | 0 | 100010 | 100101 | 0 | 101 | 1100010 | 1010001 |
Color Harmonies of #FEA8A1
Complementary color
Monochromatic Colors of #FEA8A1
Black with #FEA8A1
Text Example
Text Example
White with #FEA8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8A1; }
p { color: rgb(254,168,161); }
H1.HeaderClassName
{
color: #FEA8A1;
}
.AnyTagClassName
{
color: #FEA8A1;
}
</style>
background-color css
<style>
a { background-color: #FEA8A1; }
a { background-color: rgb(254,168,161); }
div.DivClassName
{
background-color: #FEA8A1;
}
.BgClassName
{
background-color: #FEA8A1;
}
</style>
border-color css
<style>
span { border-color: #FEA8A1; }
span { border-color: rgb(254,168,161); }
td.TdClassName
{
border-color: #FEA8A1;
}
.TagClassName
{
border-color: #FEA8A1;
}
</style>