Shades of Light Pink #FBB2BB
Tints of Light Pink #FBB2BB
RGB
CMYK
RGB Variations
Color information
#FBB2BB (or 0xFBB2BB) is known color: Light Pink. HEX triplet: FB, B2 and BB. RGB value is (251,178,187). Sum of RGB (Red+Green+Blue) = 251+178+187=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 178 (69.92% from 255 or 28.90% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB2BB is #044D44. Grayscale: #C8C8C8. Windows color (decimal): -281925 or 12301051. OLE color: 12301051.
HSL color Cylindrical-coordinate representation of color #FBB2BB: hue angle of 352.6º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBB2BB is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 178 | 187 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.02 |
| HSL | 352.6º | 0.9% | 0.84% | - |
| HSV(B) | 352.6º | 0.29% | 0.98% | - |
| XYZ | 64.67 | 55.94 | 54.4 | - |
| YUV | 200.85 | 120.18 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 187 | 0 | 0.29 | 0.25 | 0.02 | 352.6 | 0.9 | 0.84 |
| Hex | FB | B2 | BB | 0 | 1D | 19 | 2 | 161 | 5A | 54 |
| Octal | 373 | 262 | 273 | 0 | 35 | 31 | 2 | 541 | 132 | 124 |
| Binary | 11111011 | 10110010 | 10111011 | 0 | 11101 | 11001 | 10 | 101100001 | 1011010 | 1010100 |
Color Harmonies of #FBB2BB
Complementary color
Monochromatic Colors of #FBB2BB
Black with #FBB2BB
Text Example
Text Example
White with #FBB2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB2BB; }
p { color: rgb(251,178,187); }
H1.HeaderClassName
{
color: #FBB2BB;
}
.AnyTagClassName
{
color: #FBB2BB;
}
</style>
background-color css
<style>
a { background-color: #FBB2BB; }
a { background-color: rgb(251,178,187); }
div.DivClassName
{
background-color: #FBB2BB;
}
.BgClassName
{
background-color: #FBB2BB;
}
</style>
border-color css
<style>
span { border-color: #FBB2BB; }
span { border-color: rgb(251,178,187); }
td.TdClassName
{
border-color: #FBB2BB;
}
.TagClassName
{
border-color: #FBB2BB;
}
</style>