Shades of Pink #FBBCCC
Tints of Pink #FBBCCC
RGB
CMYK
RGB Variations
Color information
#FBBCCC (or 0xFBBCCC) is known color: Pink. HEX triplet: FB, BC and CC. RGB value is (251,188,204). Sum of RGB (Red+Green+Blue) = 251+188+204=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCCC is #044333. Grayscale: #D0D0D0. Windows color (decimal): -279348 or 13417723. OLE color: 13417723.
HSL color Cylindrical-coordinate representation of color #FBBCCC: hue angle of 344.76º 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 #FBBCCC is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 204 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.02 |
| HSL | 344.76º | 0.89% | 0.86% | - |
| HSV(B) | 344.76º | 0.25% | 0.98% | - |
| XYZ | 68.67 | 60.84 | 65.25 | - |
| YUV | 208.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 204 | 0 | 0.25 | 0.19 | 0.02 | 344.76 | 0.89 | 0.86 |
| Hex | FB | BC | CC | 0 | 19 | 13 | 2 | 159 | 59 | 56 |
| Octal | 373 | 274 | 314 | 0 | 31 | 23 | 2 | 531 | 131 | 126 |
| Binary | 11111011 | 10111100 | 11001100 | 0 | 11001 | 10011 | 10 | 101011001 | 1011001 | 1010110 |
Color Harmonies of #FBBCCC
Complementary color
Monochromatic Colors of #FBBCCC
Black with #FBBCCC
Text Example
Text Example
White with #FBBCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCCC; }
p { color: rgb(251,188,204); }
H1.HeaderClassName
{
color: #FBBCCC;
}
.AnyTagClassName
{
color: #FBBCCC;
}
</style>
background-color css
<style>
a { background-color: #FBBCCC; }
a { background-color: rgb(251,188,204); }
div.DivClassName
{
background-color: #FBBCCC;
}
.BgClassName
{
background-color: #FBBCCC;
}
</style>
border-color css
<style>
span { border-color: #FBBCCC; }
span { border-color: rgb(251,188,204); }
td.TdClassName
{
border-color: #FBBCCC;
}
.TagClassName
{
border-color: #FBBCCC;
}
</style>