Shades of Light Pink #FBB8BC
Tints of Light Pink #FBB8BC
RGB
CMYK
RGB Variations
Color information
#FBB8BC (or 0xFBB8BC) is known color: Light Pink. HEX triplet: FB, B8 and BC. RGB value is (251,184,188). Sum of RGB (Red+Green+Blue) = 251+184+188=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 184 (72.27% from 255 or 29.53% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB8BC is #044743. Grayscale: #CCCCCC. Windows color (decimal): -280388 or 12368123. OLE color: 12368123.
HSL color Cylindrical-coordinate representation of color #FBB8BC: hue angle of 356.42º 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 #FBB8BC is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 184 | 188 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.02 |
| HSL | 356.42º | 0.89% | 0.85% | - |
| HSV(B) | 356.42º | 0.27% | 0.98% | - |
| XYZ | 66 | 58.42 | 55.37 | - |
| YUV | 204.49 | 118.7 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 184 | 188 | 0 | 0.27 | 0.25 | 0.02 | 356.42 | 0.89 | 0.85 |
| Hex | FB | B8 | BC | 0 | 1B | 19 | 2 | 164 | 59 | 55 |
| Octal | 373 | 270 | 274 | 0 | 33 | 31 | 2 | 544 | 131 | 125 |
| Binary | 11111011 | 10111000 | 10111100 | 0 | 11011 | 11001 | 10 | 101100100 | 1011001 | 1010101 |
Color Harmonies of #FBB8BC
Complementary color
Monochromatic Colors of #FBB8BC
Black with #FBB8BC
Text Example
Text Example
White with #FBB8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB8BC; }
p { color: rgb(251,184,188); }
H1.HeaderClassName
{
color: #FBB8BC;
}
.AnyTagClassName
{
color: #FBB8BC;
}
</style>
background-color css
<style>
a { background-color: #FBB8BC; }
a { background-color: rgb(251,184,188); }
div.DivClassName
{
background-color: #FBB8BC;
}
.BgClassName
{
background-color: #FBB8BC;
}
</style>
border-color css
<style>
span { border-color: #FBB8BC; }
span { border-color: rgb(251,184,188); }
td.TdClassName
{
border-color: #FBB8BC;
}
.TagClassName
{
border-color: #FBB8BC;
}
</style>