Shades of Rose Bud #FBB2A2
Tints of Rose Bud #FBB2A2
RGB
CMYK
RGB Variations
Color information
#FBB2A2 (or 0xFBB2A2) is known color: Rose Bud. HEX triplet: FB, B2 and A2. RGB value is (251,178,162). Sum of RGB (Red+Green+Blue) = 251+178+162=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 162 (63.67% from 255 or 27.41% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB2A2 is #044D5D. Grayscale: #C6C6C6. Windows color (decimal): -281950 or 10662651. OLE color: 10662651.
HSL color Cylindrical-coordinate representation of color #FBB2A2: hue angle of 10.79º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBB2A2 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 178 | 162 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.02 |
| HSL | 10.79º | 0.92% | 0.81% | - |
| HSV(B) | 10.79º | 0.35% | 0.98% | - |
| XYZ | 62.23 | 54.96 | 41.51 | - |
| YUV | 198 | 107.68 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 162 | 0 | 0.29 | 0.35 | 0.02 | 10.79 | 0.92 | 0.81 |
| Hex | FB | B2 | A2 | 0 | 1D | 23 | 2 | B | 5C | 51 |
| Octal | 373 | 262 | 242 | 0 | 35 | 43 | 2 | 13 | 134 | 121 |
| Binary | 11111011 | 10110010 | 10100010 | 0 | 11101 | 100011 | 10 | 1011 | 1011100 | 1010001 |
Color Harmonies of #FBB2A2
Complementary color
Monochromatic Colors of #FBB2A2
Black with #FBB2A2
Text Example
Text Example
White with #FBB2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB2A2; }
p { color: rgb(251,178,162); }
H1.HeaderClassName
{
color: #FBB2A2;
}
.AnyTagClassName
{
color: #FBB2A2;
}
</style>
background-color css
<style>
a { background-color: #FBB2A2; }
a { background-color: rgb(251,178,162); }
div.DivClassName
{
background-color: #FBB2A2;
}
.BgClassName
{
background-color: #FBB2A2;
}
</style>
border-color css
<style>
span { border-color: #FBB2A2; }
span { border-color: rgb(251,178,162); }
td.TdClassName
{
border-color: #FBB2A2;
}
.TagClassName
{
border-color: #FBB2A2;
}
</style>