Shades of Light Pink #FBB7BD
Tints of Light Pink #FBB7BD
RGB
CMYK
RGB Variations
Color information
#FBB7BD (or 0xFBB7BD) is known color: Light Pink. HEX triplet: FB, B7 and BD. RGB value is (251,183,189). Sum of RGB (Red+Green+Blue) = 251+183+189=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 183 (71.88% from 255 or 29.37% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB7BD is #044842. Grayscale: #CCCCCC. Windows color (decimal): -280643 or 12433403. OLE color: 12433403.
HSL color Cylindrical-coordinate representation of color #FBB7BD: hue angle of 354.71º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB7BD is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 183 | 189 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.02 |
| HSL | 354.71º | 0.89% | 0.85% | - |
| HSV(B) | 354.71º | 0.27% | 0.98% | - |
| XYZ | 65.9 | 58.05 | 55.88 | - |
| YUV | 204.02 | 119.53 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 183 | 189 | 0 | 0.27 | 0.25 | 0.02 | 354.71 | 0.89 | 0.85 |
| Hex | FB | B7 | BD | 0 | 1B | 19 | 2 | 163 | 59 | 55 |
| Octal | 373 | 267 | 275 | 0 | 33 | 31 | 2 | 543 | 131 | 125 |
| Binary | 11111011 | 10110111 | 10111101 | 0 | 11011 | 11001 | 10 | 101100011 | 1011001 | 1010101 |
Color Harmonies of #FBB7BD
Complementary color
Monochromatic Colors of #FBB7BD
Black with #FBB7BD
Text Example
Text Example
White with #FBB7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB7BD; }
p { color: rgb(251,183,189); }
H1.HeaderClassName
{
color: #FBB7BD;
}
.AnyTagClassName
{
color: #FBB7BD;
}
</style>
background-color css
<style>
a { background-color: #FBB7BD; }
a { background-color: rgb(251,183,189); }
div.DivClassName
{
background-color: #FBB7BD;
}
.BgClassName
{
background-color: #FBB7BD;
}
</style>
border-color css
<style>
span { border-color: #FBB7BD; }
span { border-color: rgb(251,183,189); }
td.TdClassName
{
border-color: #FBB7BD;
}
.TagClassName
{
border-color: #FBB7BD;
}
</style>