Shades of Light Pink #FBB0B4
Tints of Light Pink #FBB0B4
RGB
CMYK
RGB Variations
Color information
#FBB0B4 (or 0xFBB0B4) is known color: Light Pink. HEX triplet: FB, B0 and B4. RGB value is (251,176,180). Sum of RGB (Red+Green+Blue) = 251+176+180=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 180 (70.70% from 255 or 29.65% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB0B4 is #044F4B. Grayscale: #C6C6C6. Windows color (decimal): -282444 or 11841787. OLE color: 11841787.
HSL color Cylindrical-coordinate representation of color #FBB0B4: hue angle of 356.8º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBB0B4 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 176 | 180 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.02 |
| HSL | 356.8º | 0.9% | 0.84% | - |
| HSV(B) | 356.8º | 0.3% | 0.98% | - |
| XYZ | 63.55 | 54.86 | 50.42 | - |
| YUV | 198.88 | 117.35 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 176 | 180 | 0 | 0.30 | 0.28 | 0.02 | 356.8 | 0.9 | 0.84 |
| Hex | FB | B0 | B4 | 0 | 1E | 1C | 2 | 165 | 5A | 54 |
| Octal | 373 | 260 | 264 | 0 | 36 | 34 | 2 | 545 | 132 | 124 |
| Binary | 11111011 | 10110000 | 10110100 | 0 | 11110 | 11100 | 10 | 101100101 | 1011010 | 1010100 |
Color Harmonies of #FBB0B4
Complementary color
Monochromatic Colors of #FBB0B4
Black with #FBB0B4
Text Example
Text Example
White with #FBB0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB0B4; }
p { color: rgb(251,176,180); }
H1.HeaderClassName
{
color: #FBB0B4;
}
.AnyTagClassName
{
color: #FBB0B4;
}
</style>
background-color css
<style>
a { background-color: #FBB0B4; }
a { background-color: rgb(251,176,180); }
div.DivClassName
{
background-color: #FBB0B4;
}
.BgClassName
{
background-color: #FBB0B4;
}
</style>
border-color css
<style>
span { border-color: #FBB0B4; }
span { border-color: rgb(251,176,180); }
td.TdClassName
{
border-color: #FBB0B4;
}
.TagClassName
{
border-color: #FBB0B4;
}
</style>