Shades of Rose Bud #FFB2A1
Tints of Rose Bud #FFB2A1
RGB
CMYK
RGB Variations
Color information
#FFB2A1 (or 0xFFB2A1) is known color: Rose Bud. HEX triplet: FF, B2 and A1. RGB value is (255,178,161). Sum of RGB (Red+Green+Blue) = 255+178+161=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 178 (69.92% from 255 or 29.97% from 594); Blue value is 161 (63.28% from 255 or 27.10% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB2A1 is #004D5E. Grayscale: #C7C7C7. Windows color (decimal): -19807 or 10597119. OLE color: 10597119.
HSL color Cylindrical-coordinate representation of color #FFB2A1: hue angle of 10.85º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFB2A1 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 161 | - |
| CMYK | 0 | 0.30 | 0.37 | 0 |
| HSL | 10.85º | 1% | 0.82% | - |
| HSV(B) | 10.85º | 0.37% | 1% | - |
| XYZ | 63.59 | 55.67 | 41.11 | - |
| YUV | 199.09 | 106.51 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 161 | 0 | 0.30 | 0.37 | 0 | 10.85 | 1 | 0.82 |
| Hex | FF | B2 | A1 | 0 | 1E | 25 | 0 | B | 64 | 52 |
| Octal | 377 | 262 | 241 | 0 | 36 | 45 | 0 | 13 | 144 | 122 |
| Binary | 11111111 | 10110010 | 10100001 | 0 | 11110 | 100101 | 0 | 1011 | 1100100 | 1010010 |
Color Harmonies of #FFB2A1
Complementary color
Monochromatic Colors of #FFB2A1
Black with #FFB2A1
Text Example
Text Example
White with #FFB2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2A1; }
p { color: rgb(255,178,161); }
H1.HeaderClassName
{
color: #FFB2A1;
}
.AnyTagClassName
{
color: #FFB2A1;
}
</style>
background-color css
<style>
a { background-color: #FFB2A1; }
a { background-color: rgb(255,178,161); }
div.DivClassName
{
background-color: #FFB2A1;
}
.BgClassName
{
background-color: #FFB2A1;
}
</style>
border-color css
<style>
span { border-color: #FFB2A1; }
span { border-color: rgb(255,178,161); }
td.TdClassName
{
border-color: #FFB2A1;
}
.TagClassName
{
border-color: #FFB2A1;
}
</style>