Shades of Rose Bud #FFB3A2
Tints of Rose Bud #FFB3A2
RGB
CMYK
RGB Variations
Color information
#FFB3A2 (or 0xFFB3A2) is known color: Rose Bud. HEX triplet: FF, B3 and A2. RGB value is (255,179,162). Sum of RGB (Red+Green+Blue) = 255+179+162=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 179 (70.31% from 255 or 30.03% from 596); Blue value is 162 (63.67% from 255 or 27.18% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB3A2 is #004C5D. Grayscale: #C7C7C7. Windows color (decimal): -19550 or 10662911. OLE color: 10662911.
HSL color Cylindrical-coordinate representation of color #FFB3A2: hue angle of 10.97º 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 #FFB3A2 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 162 | - |
| CMYK | 0 | 0.30 | 0.36 | 0 |
| HSL | 10.97º | 1% | 0.82% | - |
| HSV(B) | 10.97º | 0.36% | 1% | - |
| XYZ | 63.88 | 56.11 | 41.65 | - |
| YUV | 199.79 | 106.68 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 162 | 0 | 0.30 | 0.36 | 0 | 10.97 | 1 | 0.82 |
| Hex | FF | B3 | A2 | 0 | 1E | 24 | 0 | B | 64 | 52 |
| Octal | 377 | 263 | 242 | 0 | 36 | 44 | 0 | 13 | 144 | 122 |
| Binary | 11111111 | 10110011 | 10100010 | 0 | 11110 | 100100 | 0 | 1011 | 1100100 | 1010010 |
Color Harmonies of #FFB3A2
Complementary color
Monochromatic Colors of #FFB3A2
Black with #FFB3A2
Text Example
Text Example
White with #FFB3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3A2; }
p { color: rgb(255,179,162); }
H1.HeaderClassName
{
color: #FFB3A2;
}
.AnyTagClassName
{
color: #FFB3A2;
}
</style>
background-color css
<style>
a { background-color: #FFB3A2; }
a { background-color: rgb(255,179,162); }
div.DivClassName
{
background-color: #FFB3A2;
}
.BgClassName
{
background-color: #FFB3A2;
}
</style>
border-color css
<style>
span { border-color: #FFB3A2; }
span { border-color: rgb(255,179,162); }
td.TdClassName
{
border-color: #FFB3A2;
}
.TagClassName
{
border-color: #FFB3A2;
}
</style>