Shades of Light Pink #FBBBC5
Tints of Light Pink #FBBBC5
RGB
CMYK
RGB Variations
Color information
#FBBBC5 (or 0xFBBBC5) is known color: Light Pink. HEX triplet: FB, BB and C5. RGB value is (251,187,197). Sum of RGB (Red+Green+Blue) = 251+187+197=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 197 (77.34% from 255 or 31.02% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBC5 is #04443A. Grayscale: #CFCFCF. Windows color (decimal): -279611 or 12958715. OLE color: 12958715.
HSL color Cylindrical-coordinate representation of color #FBBBC5: hue angle of 350.62º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBBC5 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 197 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.02 |
| HSL | 350.63º | 0.89% | 0.86% | - |
| HSV(B) | 350.63º | 0.25% | 0.98% | - |
| XYZ | 67.63 | 60.08 | 60.86 | - |
| YUV | 207.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 197 | 0 | 0.25 | 0.22 | 0.02 | 350.63 | 0.89 | 0.86 |
| Hex | FB | BB | C5 | 0 | 19 | 16 | 2 | 15F | 59 | 56 |
| Octal | 373 | 273 | 305 | 0 | 31 | 26 | 2 | 537 | 131 | 126 |
| Binary | 11111011 | 10111011 | 11000101 | 0 | 11001 | 10110 | 10 | 101011111 | 1011001 | 1010110 |
Color Harmonies of #FBBBC5
Complementary color
Monochromatic Colors of #FBBBC5
Black with #FBBBC5
Text Example
Text Example
White with #FBBBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBC5; }
p { color: rgb(251,187,197); }
H1.HeaderClassName
{
color: #FBBBC5;
}
.AnyTagClassName
{
color: #FBBBC5;
}
</style>
background-color css
<style>
a { background-color: #FBBBC5; }
a { background-color: rgb(251,187,197); }
div.DivClassName
{
background-color: #FBBBC5;
}
.BgClassName
{
background-color: #FBBBC5;
}
</style>
border-color css
<style>
span { border-color: #FBBBC5; }
span { border-color: rgb(251,187,197); }
td.TdClassName
{
border-color: #FBBBC5;
}
.TagClassName
{
border-color: #FBBBC5;
}
</style>