Shades of Rose Bud #FEA88A
Tints of Rose Bud #FEA88A
RGB
CMYK
RGB Variations
Color information
#FEA88A (or 0xFEA88A) is known color: Rose Bud. HEX triplet: FE, A8 and 8A. RGB value is (254,168,138). Sum of RGB (Red+Green+Blue) = 254+168+138=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 138 (54.30% from 255 or 24.64% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA88A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA88A is #015775. Grayscale: #BEBEBE. Windows color (decimal): -87926 or 9087230. OLE color: 9087230.
HSL color Cylindrical-coordinate representation of color #FEA88A: hue angle of 15.52º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEA88A is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 138 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.00 |
| HSL | 15.52º | 0.98% | 0.77% | - |
| HSV(B) | 15.52º | 0.46% | 1% | - |
| XYZ | 59.46 | 50.91 | 30.74 | - |
| YUV | 190.29 | 98.49 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 138 | 0 | 0.34 | 0.46 | 0.00 | 15.52 | 0.98 | 0.77 |
| Hex | FE | A8 | 8A | 0 | 22 | 2E | 0 | 10 | 62 | 4D |
| Octal | 376 | 250 | 212 | 0 | 42 | 56 | 0 | 20 | 142 | 115 |
| Binary | 11111110 | 10101000 | 10001010 | 0 | 100010 | 101110 | 0 | 10000 | 1100010 | 1001101 |
Color Harmonies of #FEA88A
Complementary color
Monochromatic Colors of #FEA88A
Black with #FEA88A
Text Example
Text Example
White with #FEA88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA88A; }
p { color: rgb(254,168,138); }
H1.HeaderClassName
{
color: #FEA88A;
}
.AnyTagClassName
{
color: #FEA88A;
}
</style>
background-color css
<style>
a { background-color: #FEA88A; }
a { background-color: rgb(254,168,138); }
div.DivClassName
{
background-color: #FEA88A;
}
.BgClassName
{
background-color: #FEA88A;
}
</style>
border-color css
<style>
span { border-color: #FEA88A; }
span { border-color: rgb(254,168,138); }
td.TdClassName
{
border-color: #FEA88A;
}
.TagClassName
{
border-color: #FEA88A;
}
</style>