Shades of Rose Bud #FEA394
Tints of Rose Bud #FEA394
RGB
CMYK
RGB Variations
Color information
#FEA394 (or 0xFEA394) is known color: Rose Bud. HEX triplet: FE, A3 and 94. RGB value is (254,163,148). Sum of RGB (Red+Green+Blue) = 254+163+148=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 148 (58.20% from 255 or 26.19% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA394 is #015C6B. Grayscale: #BCBCBC. Windows color (decimal): -89196 or 9741310. OLE color: 9741310.
HSL color Cylindrical-coordinate representation of color #FEA394: hue angle of 8.49º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FEA394 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 148 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.00 |
| HSL | 8.49º | 0.98% | 0.79% | - |
| HSV(B) | 8.49º | 0.42% | 1% | - |
| XYZ | 59.32 | 49.4 | 34.43 | - |
| YUV | 188.5 | 105.15 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 148 | 0 | 0.36 | 0.42 | 0.00 | 8.49 | 0.98 | 0.79 |
| Hex | FE | A3 | 94 | 0 | 24 | 2A | 0 | 8 | 62 | 4F |
| Octal | 376 | 243 | 224 | 0 | 44 | 52 | 0 | 10 | 142 | 117 |
| Binary | 11111110 | 10100011 | 10010100 | 0 | 100100 | 101010 | 0 | 1000 | 1100010 | 1001111 |
Color Harmonies of #FEA394
Complementary color
Monochromatic Colors of #FEA394
Black with #FEA394
Text Example
Text Example
White with #FEA394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA394; }
p { color: rgb(254,163,148); }
H1.HeaderClassName
{
color: #FEA394;
}
.AnyTagClassName
{
color: #FEA394;
}
</style>
background-color css
<style>
a { background-color: #FEA394; }
a { background-color: rgb(254,163,148); }
div.DivClassName
{
background-color: #FEA394;
}
.BgClassName
{
background-color: #FEA394;
}
</style>
border-color css
<style>
span { border-color: #FEA394; }
span { border-color: rgb(254,163,148); }
td.TdClassName
{
border-color: #FEA394;
}
.TagClassName
{
border-color: #FEA394;
}
</style>