Shades of Rose Bud #FBB0A1
Tints of Rose Bud #FBB0A1
RGB
CMYK
RGB Variations
Color information
#FBB0A1 (or 0xFBB0A1) is known color: Rose Bud. HEX triplet: FB, B0 and A1. RGB value is (251,176,161). Sum of RGB (Red+Green+Blue) = 251+176+161=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 161 (63.28% from 255 or 27.38% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB0A1 is #044F5E. Grayscale: #C4C4C4. Windows color (decimal): -282463 or 10596603. OLE color: 10596603.
HSL color Cylindrical-coordinate representation of color #FBB0A1: hue angle of 10º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBB0A1 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 176 | 161 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.02 |
| HSL | 10º | 0.92% | 0.81% | - |
| HSV(B) | 10º | 0.36% | 0.98% | - |
| XYZ | 61.74 | 54.13 | 40.91 | - |
| YUV | 196.72 | 107.85 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 176 | 161 | 0 | 0.30 | 0.36 | 0.02 | 10 | 0.92 | 0.81 |
| Hex | FB | B0 | A1 | 0 | 1E | 24 | 2 | A | 5C | 51 |
| Octal | 373 | 260 | 241 | 0 | 36 | 44 | 2 | 12 | 134 | 121 |
| Binary | 11111011 | 10110000 | 10100001 | 0 | 11110 | 100100 | 10 | 1010 | 1011100 | 1010001 |
Color Harmonies of #FBB0A1
Complementary color
Monochromatic Colors of #FBB0A1
Black with #FBB0A1
Text Example
Text Example
White with #FBB0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB0A1; }
p { color: rgb(251,176,161); }
H1.HeaderClassName
{
color: #FBB0A1;
}
.AnyTagClassName
{
color: #FBB0A1;
}
</style>
background-color css
<style>
a { background-color: #FBB0A1; }
a { background-color: rgb(251,176,161); }
div.DivClassName
{
background-color: #FBB0A1;
}
.BgClassName
{
background-color: #FBB0A1;
}
</style>
border-color css
<style>
span { border-color: #FBB0A1; }
span { border-color: rgb(251,176,161); }
td.TdClassName
{
border-color: #FBB0A1;
}
.TagClassName
{
border-color: #FBB0A1;
}
</style>