Shades of Rose Bud #FEB0A2
Tints of Rose Bud #FEB0A2
RGB
CMYK
RGB Variations
Color information
#FEB0A2 (or 0xFEB0A2) is known color: Rose Bud. HEX triplet: FE, B0 and A2. RGB value is (254,176,162). Sum of RGB (Red+Green+Blue) = 254+176+162=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 176 (69.14% from 255 or 29.73% from 592); Blue value is 162 (63.67% from 255 or 27.36% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB0A2 is #014F5D. Grayscale: #C5C5C5. Windows color (decimal): -85854 or 10662142. OLE color: 10662142.
HSL color Cylindrical-coordinate representation of color #FEB0A2: hue angle of 9.13º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEB0A2 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 162 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.00 |
| HSL | 9.13º | 0.98% | 0.82% | - |
| HSV(B) | 9.13º | 0.36% | 1% | - |
| XYZ | 62.92 | 54.73 | 41.43 | - |
| YUV | 197.73 | 107.84 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 162 | 0 | 0.31 | 0.36 | 0.00 | 9.13 | 0.98 | 0.82 |
| Hex | FE | B0 | A2 | 0 | 1F | 24 | 0 | 9 | 62 | 52 |
| Octal | 376 | 260 | 242 | 0 | 37 | 44 | 0 | 11 | 142 | 122 |
| Binary | 11111110 | 10110000 | 10100010 | 0 | 11111 | 100100 | 0 | 1001 | 1100010 | 1010010 |
Color Harmonies of #FEB0A2
Complementary color
Monochromatic Colors of #FEB0A2
Black with #FEB0A2
Text Example
Text Example
White with #FEB0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0A2; }
p { color: rgb(254,176,162); }
H1.HeaderClassName
{
color: #FEB0A2;
}
.AnyTagClassName
{
color: #FEB0A2;
}
</style>
background-color css
<style>
a { background-color: #FEB0A2; }
a { background-color: rgb(254,176,162); }
div.DivClassName
{
background-color: #FEB0A2;
}
.BgClassName
{
background-color: #FEB0A2;
}
</style>
border-color css
<style>
span { border-color: #FEB0A2; }
span { border-color: rgb(254,176,162); }
td.TdClassName
{
border-color: #FEB0A2;
}
.TagClassName
{
border-color: #FEB0A2;
}
</style>