Shades of Rose Bud #FFB3A0
Tints of Rose Bud #FFB3A0
RGB
CMYK
RGB Variations
Color information
#FFB3A0 (or 0xFFB3A0) is known color: Rose Bud. HEX triplet: FF, B3 and A0. RGB value is (255,179,160). Sum of RGB (Red+Green+Blue) = 255+179+160=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 160 (62.89% from 255 or 26.94% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB3A0 is #004C5F. Grayscale: #C7C7C7. Windows color (decimal): -19552 or 10531839. OLE color: 10531839.
HSL color Cylindrical-coordinate representation of color #FFB3A0: hue angle of 12º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFB3A0 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 160 | - |
| CMYK | 0 | 0.30 | 0.37 | 0 |
| HSL | 12º | 1% | 0.81% | - |
| HSV(B) | 12º | 0.37% | 1% | - |
| XYZ | 63.71 | 56.04 | 40.72 | - |
| YUV | 199.56 | 105.68 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 160 | 0 | 0.30 | 0.37 | 0 | 12 | 1 | 0.81 |
| Hex | FF | B3 | A0 | 0 | 1E | 25 | 0 | C | 64 | 51 |
| Octal | 377 | 263 | 240 | 0 | 36 | 45 | 0 | 14 | 144 | 121 |
| Binary | 11111111 | 10110011 | 10100000 | 0 | 11110 | 100101 | 0 | 1100 | 1100100 | 1010001 |
Color Harmonies of #FFB3A0
Complementary color
Monochromatic Colors of #FFB3A0
Black with #FFB3A0
Text Example
Text Example
White with #FFB3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3A0; }
p { color: rgb(255,179,160); }
H1.HeaderClassName
{
color: #FFB3A0;
}
.AnyTagClassName
{
color: #FFB3A0;
}
</style>
background-color css
<style>
a { background-color: #FFB3A0; }
a { background-color: rgb(255,179,160); }
div.DivClassName
{
background-color: #FFB3A0;
}
.BgClassName
{
background-color: #FFB3A0;
}
</style>
border-color css
<style>
span { border-color: #FFB3A0; }
span { border-color: rgb(255,179,160); }
td.TdClassName
{
border-color: #FFB3A0;
}
.TagClassName
{
border-color: #FFB3A0;
}
</style>