Shades of Light Pink #FBBBC4
Tints of Light Pink #FBBBC4
RGB
CMYK
RGB Variations
Color information
#FBBBC4 (or 0xFBBBC4) is known color: Light Pink. HEX triplet: FB, BB and C4. RGB value is (251,187,196). Sum of RGB (Red+Green+Blue) = 251+187+196=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 196 (76.95% from 255 or 30.91% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBC4 is #04443B. Grayscale: #CFCFCF. Windows color (decimal): -279612 or 12893179. OLE color: 12893179.
HSL color Cylindrical-coordinate representation of color #FBBBC4: hue angle of 351.56º 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 #FBBBC4 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 196 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.02 |
| HSL | 351.56º | 0.89% | 0.86% | - |
| HSV(B) | 351.56º | 0.25% | 0.98% | - |
| XYZ | 67.52 | 60.04 | 60.25 | - |
| YUV | 207.16 | 121.7 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 196 | 0 | 0.25 | 0.22 | 0.02 | 351.56 | 0.89 | 0.86 |
| Hex | FB | BB | C4 | 0 | 19 | 16 | 2 | 160 | 59 | 56 |
| Octal | 373 | 273 | 304 | 0 | 31 | 26 | 2 | 540 | 131 | 126 |
| Binary | 11111011 | 10111011 | 11000100 | 0 | 11001 | 10110 | 10 | 101100000 | 1011001 | 1010110 |
Color Harmonies of #FBBBC4
Complementary color
Monochromatic Colors of #FBBBC4
Black with #FBBBC4
Text Example
Text Example
White with #FBBBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBC4; }
p { color: rgb(251,187,196); }
H1.HeaderClassName
{
color: #FBBBC4;
}
.AnyTagClassName
{
color: #FBBBC4;
}
</style>
background-color css
<style>
a { background-color: #FBBBC4; }
a { background-color: rgb(251,187,196); }
div.DivClassName
{
background-color: #FBBBC4;
}
.BgClassName
{
background-color: #FBBBC4;
}
</style>
border-color css
<style>
span { border-color: #FBBBC4; }
span { border-color: rgb(251,187,196); }
td.TdClassName
{
border-color: #FBBBC4;
}
.TagClassName
{
border-color: #FBBBC4;
}
</style>