Shades of Light Pink #FBB2B6
Tints of Light Pink #FBB2B6
RGB
CMYK
RGB Variations
Color information
#FBB2B6 (or 0xFBB2B6) is known color: Light Pink. HEX triplet: FB, B2 and B6. RGB value is (251,178,182). Sum of RGB (Red+Green+Blue) = 251+178+182=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 182 (71.48% from 255 or 29.79% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB2B6 is #044D49. Grayscale: #C8C8C8. Windows color (decimal): -281930 or 11973371. OLE color: 11973371.
HSL color Cylindrical-coordinate representation of color #FBB2B6: hue angle of 356.71º 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 #FBB2B6 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 178 | 182 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.02 |
| HSL | 356.71º | 0.9% | 0.84% | - |
| HSV(B) | 356.71º | 0.29% | 0.98% | - |
| XYZ | 64.15 | 55.73 | 51.63 | - |
| YUV | 200.28 | 117.68 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 182 | 0 | 0.29 | 0.27 | 0.02 | 356.71 | 0.9 | 0.84 |
| Hex | FB | B2 | B6 | 0 | 1D | 1B | 2 | 165 | 5A | 54 |
| Octal | 373 | 262 | 266 | 0 | 35 | 33 | 2 | 545 | 132 | 124 |
| Binary | 11111011 | 10110010 | 10110110 | 0 | 11101 | 11011 | 10 | 101100101 | 1011010 | 1010100 |
Color Harmonies of #FBB2B6
Complementary color
Monochromatic Colors of #FBB2B6
Black with #FBB2B6
Text Example
Text Example
White with #FBB2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB2B6; }
p { color: rgb(251,178,182); }
H1.HeaderClassName
{
color: #FBB2B6;
}
.AnyTagClassName
{
color: #FBB2B6;
}
</style>
background-color css
<style>
a { background-color: #FBB2B6; }
a { background-color: rgb(251,178,182); }
div.DivClassName
{
background-color: #FBB2B6;
}
.BgClassName
{
background-color: #FBB2B6;
}
</style>
border-color css
<style>
span { border-color: #FBB2B6; }
span { border-color: rgb(251,178,182); }
td.TdClassName
{
border-color: #FBB2B6;
}
.TagClassName
{
border-color: #FBB2B6;
}
</style>