Shades of Rose Bud #FEA88C
Tints of Rose Bud #FEA88C
RGB
CMYK
RGB Variations
Color information
#FEA88C (or 0xFEA88C) is known color: Rose Bud. HEX triplet: FE, A8 and 8C. RGB value is (254,168,140). Sum of RGB (Red+Green+Blue) = 254+168+140=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 140 (55.08% from 255 or 24.91% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA88C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA88C is #015773. Grayscale: #BEBEBE. Windows color (decimal): -87924 or 9218302. OLE color: 9218302.
HSL color Cylindrical-coordinate representation of color #FEA88C: hue angle of 14.74º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEA88C is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 140 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.00 |
| HSL | 14.74º | 0.98% | 0.77% | - |
| HSV(B) | 14.74º | 0.45% | 1% | - |
| XYZ | 59.61 | 50.97 | 31.51 | - |
| YUV | 190.52 | 99.49 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 140 | 0 | 0.34 | 0.45 | 0.00 | 14.74 | 0.98 | 0.77 |
| Hex | FE | A8 | 8C | 0 | 22 | 2D | 0 | F | 62 | 4D |
| Octal | 376 | 250 | 214 | 0 | 42 | 55 | 0 | 17 | 142 | 115 |
| Binary | 11111110 | 10101000 | 10001100 | 0 | 100010 | 101101 | 0 | 1111 | 1100010 | 1001101 |
Color Harmonies of #FEA88C
Complementary color
Monochromatic Colors of #FEA88C
Black with #FEA88C
Text Example
Text Example
White with #FEA88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA88C; }
p { color: rgb(254,168,140); }
H1.HeaderClassName
{
color: #FEA88C;
}
.AnyTagClassName
{
color: #FEA88C;
}
</style>
background-color css
<style>
a { background-color: #FEA88C; }
a { background-color: rgb(254,168,140); }
div.DivClassName
{
background-color: #FEA88C;
}
.BgClassName
{
background-color: #FEA88C;
}
</style>
border-color css
<style>
span { border-color: #FEA88C; }
span { border-color: rgb(254,168,140); }
td.TdClassName
{
border-color: #FEA88C;
}
.TagClassName
{
border-color: #FEA88C;
}
</style>