Shades of Pink #FBBCC7
Tints of Pink #FBBCC7
RGB
CMYK
RGB Variations
Color information
#FBBCC7 (or 0xFBBCC7) is known color: Pink. HEX triplet: FB, BC and C7. RGB value is (251,188,199). Sum of RGB (Red+Green+Blue) = 251+188+199=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCC7 is #044338. Grayscale: #D0D0D0. Windows color (decimal): -279353 or 13090043. OLE color: 13090043.
HSL color Cylindrical-coordinate representation of color #FBBCC7: hue angle of 349.52º 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 #FBBCC7 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 199 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.02 |
| HSL | 349.52º | 0.89% | 0.86% | - |
| HSV(B) | 349.52º | 0.25% | 0.98% | - |
| XYZ | 68.08 | 60.6 | 62.14 | - |
| YUV | 208.09 | 122.87 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 199 | 0 | 0.25 | 0.21 | 0.02 | 349.52 | 0.89 | 0.86 |
| Hex | FB | BC | C7 | 0 | 19 | 15 | 2 | 15E | 59 | 56 |
| Octal | 373 | 274 | 307 | 0 | 31 | 25 | 2 | 536 | 131 | 126 |
| Binary | 11111011 | 10111100 | 11000111 | 0 | 11001 | 10101 | 10 | 101011110 | 1011001 | 1010110 |
Color Harmonies of #FBBCC7
Complementary color
Monochromatic Colors of #FBBCC7
Black with #FBBCC7
Text Example
Text Example
White with #FBBCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCC7; }
p { color: rgb(251,188,199); }
H1.HeaderClassName
{
color: #FBBCC7;
}
.AnyTagClassName
{
color: #FBBCC7;
}
</style>
background-color css
<style>
a { background-color: #FBBCC7; }
a { background-color: rgb(251,188,199); }
div.DivClassName
{
background-color: #FBBCC7;
}
.BgClassName
{
background-color: #FBBCC7;
}
</style>
border-color css
<style>
span { border-color: #FBBCC7; }
span { border-color: rgb(251,188,199); }
td.TdClassName
{
border-color: #FBBCC7;
}
.TagClassName
{
border-color: #FBBCC7;
}
</style>