Shades of Rose Bud #FFB2A2
Tints of Rose Bud #FFB2A2
RGB
CMYK
RGB Variations
Color information
#FFB2A2 (or 0xFFB2A2) is known color: Rose Bud. HEX triplet: FF, B2 and A2. RGB value is (255,178,162). Sum of RGB (Red+Green+Blue) = 255+178+162=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 178 (69.92% from 255 or 29.92% from 595); Blue value is 162 (63.67% from 255 or 27.23% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB2A2 is #004D5D. Grayscale: #C7C7C7. Windows color (decimal): -19806 or 10662655. OLE color: 10662655.
HSL color Cylindrical-coordinate representation of color #FFB2A2: hue angle of 10.32º 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 #FFB2A2 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 162 | - |
| CMYK | 0 | 0.30 | 0.36 | 0 |
| HSL | 10.32º | 1% | 0.82% | - |
| HSV(B) | 10.32º | 0.36% | 1% | - |
| XYZ | 63.68 | 55.71 | 41.58 | - |
| YUV | 199.2 | 107.01 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 162 | 0 | 0.30 | 0.36 | 0 | 10.32 | 1 | 0.82 |
| Hex | FF | B2 | A2 | 0 | 1E | 24 | 0 | A | 64 | 52 |
| Octal | 377 | 262 | 242 | 0 | 36 | 44 | 0 | 12 | 144 | 122 |
| Binary | 11111111 | 10110010 | 10100010 | 0 | 11110 | 100100 | 0 | 1010 | 1100100 | 1010010 |
Color Harmonies of #FFB2A2
Complementary color
Monochromatic Colors of #FFB2A2
Black with #FFB2A2
Text Example
Text Example
White with #FFB2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2A2; }
p { color: rgb(255,178,162); }
H1.HeaderClassName
{
color: #FFB2A2;
}
.AnyTagClassName
{
color: #FFB2A2;
}
</style>
background-color css
<style>
a { background-color: #FFB2A2; }
a { background-color: rgb(255,178,162); }
div.DivClassName
{
background-color: #FFB2A2;
}
.BgClassName
{
background-color: #FFB2A2;
}
</style>
border-color css
<style>
span { border-color: #FFB2A2; }
span { border-color: rgb(255,178,162); }
td.TdClassName
{
border-color: #FFB2A2;
}
.TagClassName
{
border-color: #FFB2A2;
}
</style>