Shades of Rose Bud #FFB2A3
Tints of Rose Bud #FFB2A3
RGB
CMYK
RGB Variations
Color information
#FFB2A3 (or 0xFFB2A3) is known color: Rose Bud. HEX triplet: FF, B2 and A3. RGB value is (255,178,163). Sum of RGB (Red+Green+Blue) = 255+178+163=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 163 (64.06% from 255 or 27.35% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB2A3 is #004D5C. Grayscale: #C7C7C7. Windows color (decimal): -19805 or 10728191. OLE color: 10728191.
HSL color Cylindrical-coordinate representation of color #FFB2A3: hue angle of 9.78º 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 #FFB2A3 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 163 | - |
| CMYK | 0 | 0.30 | 0.36 | 0 |
| HSL | 9.78º | 1% | 0.82% | - |
| HSV(B) | 9.78º | 0.36% | 1% | - |
| XYZ | 63.77 | 55.75 | 42.05 | - |
| YUV | 199.31 | 107.51 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 163 | 0 | 0.30 | 0.36 | 0 | 9.78 | 1 | 0.82 |
| Hex | FF | B2 | A3 | 0 | 1E | 24 | 0 | A | 64 | 52 |
| Octal | 377 | 262 | 243 | 0 | 36 | 44 | 0 | 12 | 144 | 122 |
| Binary | 11111111 | 10110010 | 10100011 | 0 | 11110 | 100100 | 0 | 1010 | 1100100 | 1010010 |
Color Harmonies of #FFB2A3
Complementary color
Monochromatic Colors of #FFB2A3
Black with #FFB2A3
Text Example
Text Example
White with #FFB2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2A3; }
p { color: rgb(255,178,163); }
H1.HeaderClassName
{
color: #FFB2A3;
}
.AnyTagClassName
{
color: #FFB2A3;
}
</style>
background-color css
<style>
a { background-color: #FFB2A3; }
a { background-color: rgb(255,178,163); }
div.DivClassName
{
background-color: #FFB2A3;
}
.BgClassName
{
background-color: #FFB2A3;
}
</style>
border-color css
<style>
span { border-color: #FFB2A3; }
span { border-color: rgb(255,178,163); }
td.TdClassName
{
border-color: #FFB2A3;
}
.TagClassName
{
border-color: #FFB2A3;
}
</style>