Shades of Rose Bud #FFB0A2
Tints of Rose Bud #FFB0A2
RGB
CMYK
RGB Variations
Color information
#FFB0A2 (or 0xFFB0A2) is known color: Rose Bud. HEX triplet: FF, B0 and A2. RGB value is (255,176,162). Sum of RGB (Red+Green+Blue) = 255+176+162=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 162 (63.67% from 255 or 27.32% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB0A2 is #004F5D. Grayscale: #C6C6C6. Windows color (decimal): -20318 or 10662143. OLE color: 10662143.
HSL color Cylindrical-coordinate representation of color #FFB0A2: hue angle of 9.03º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFB0A2 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 162 | - |
| CMYK | 0 | 0.31 | 0.36 | 0 |
| HSL | 9.03º | 1% | 0.82% | - |
| HSV(B) | 9.03º | 0.36% | 1% | - |
| XYZ | 63.29 | 54.92 | 41.45 | - |
| YUV | 198.03 | 107.67 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 162 | 0 | 0.31 | 0.36 | 0 | 9.03 | 1 | 0.82 |
| Hex | FF | B0 | A2 | 0 | 1F | 24 | 0 | 9 | 64 | 52 |
| Octal | 377 | 260 | 242 | 0 | 37 | 44 | 0 | 11 | 144 | 122 |
| Binary | 11111111 | 10110000 | 10100010 | 0 | 11111 | 100100 | 0 | 1001 | 1100100 | 1010010 |
Color Harmonies of #FFB0A2
Complementary color
Monochromatic Colors of #FFB0A2
Black with #FFB0A2
Text Example
Text Example
White with #FFB0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0A2; }
p { color: rgb(255,176,162); }
H1.HeaderClassName
{
color: #FFB0A2;
}
.AnyTagClassName
{
color: #FFB0A2;
}
</style>
background-color css
<style>
a { background-color: #FFB0A2; }
a { background-color: rgb(255,176,162); }
div.DivClassName
{
background-color: #FFB0A2;
}
.BgClassName
{
background-color: #FFB0A2;
}
</style>
border-color css
<style>
span { border-color: #FFB0A2; }
span { border-color: rgb(255,176,162); }
td.TdClassName
{
border-color: #FFB0A2;
}
.TagClassName
{
border-color: #FFB0A2;
}
</style>