Shades of Rose Bud #FEA39B
Tints of Rose Bud #FEA39B
RGB
CMYK
RGB Variations
Color information
#FEA39B (or 0xFEA39B) is known color: Rose Bud. HEX triplet: FE, A3 and 9B. RGB value is (254,163,155). Sum of RGB (Red+Green+Blue) = 254+163+155=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 163 (64.06% from 255 or 28.50% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA39B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA39B is #015C64. Grayscale: #BDBDBD. Windows color (decimal): -89189 or 10200062. OLE color: 10200062.
HSL color Cylindrical-coordinate representation of color #FEA39B: hue angle of 4.85º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEA39B is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 155 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.00 |
| HSL | 4.85º | 0.98% | 0.8% | - |
| HSV(B) | 4.85º | 0.39% | 1% | - |
| XYZ | 59.89 | 49.63 | 37.43 | - |
| YUV | 189.3 | 108.65 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 155 | 0 | 0.36 | 0.39 | 0.00 | 4.85 | 0.98 | 0.8 |
| Hex | FE | A3 | 9B | 0 | 24 | 27 | 0 | 5 | 62 | 50 |
| Octal | 376 | 243 | 233 | 0 | 44 | 47 | 0 | 5 | 142 | 120 |
| Binary | 11111110 | 10100011 | 10011011 | 0 | 100100 | 100111 | 0 | 101 | 1100010 | 1010000 |
Color Harmonies of #FEA39B
Complementary color
Monochromatic Colors of #FEA39B
Black with #FEA39B
Text Example
Text Example
White with #FEA39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA39B; }
p { color: rgb(254,163,155); }
H1.HeaderClassName
{
color: #FEA39B;
}
.AnyTagClassName
{
color: #FEA39B;
}
</style>
background-color css
<style>
a { background-color: #FEA39B; }
a { background-color: rgb(254,163,155); }
div.DivClassName
{
background-color: #FEA39B;
}
.BgClassName
{
background-color: #FEA39B;
}
</style>
border-color css
<style>
span { border-color: #FEA39B; }
span { border-color: rgb(254,163,155); }
td.TdClassName
{
border-color: #FEA39B;
}
.TagClassName
{
border-color: #FEA39B;
}
</style>