Shades of Your Pink #FBBCBC
Tints of Your Pink #FBBCBC
RGB
CMYK
RGB Variations
Color information
#FBBCBC (or 0xFBBCBC) is known color: Your Pink. HEX triplet: FB, BC and BC. RGB value is (251,188,188). Sum of RGB (Red+Green+Blue) = 251+188+188=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 188 (73.83% from 255 or 29.98% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCBC is #044343. Grayscale: #CECECE. Windows color (decimal): -279364 or 12369147. OLE color: 12369147.
HSL color Cylindrical-coordinate representation of color #FBBCBC: hue angle of 0º 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 #FBBCBC is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 188 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.02 |
| HSL | 0º | 0.89% | 0.86% | - |
| HSV(B) | 0º | 0.25% | 0.98% | - |
| XYZ | 66.84 | 60.11 | 55.66 | - |
| YUV | 206.84 | 117.37 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 188 | 0 | 0.25 | 0.25 | 0.02 | 0 | 0.89 | 0.86 |
| Hex | FB | BC | BC | 0 | 19 | 19 | 2 | 0 | 59 | 56 |
| Octal | 373 | 274 | 274 | 0 | 31 | 31 | 2 | 0 | 131 | 126 |
| Binary | 11111011 | 10111100 | 10111100 | 0 | 11001 | 11001 | 10 | 0 | 1011001 | 1010110 |
Color Harmonies of #FBBCBC
Complementary color
Monochromatic Colors of #FBBCBC
Black with #FBBCBC
Text Example
Text Example
White with #FBBCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCBC; }
p { color: rgb(251,188,188); }
H1.HeaderClassName
{
color: #FBBCBC;
}
.AnyTagClassName
{
color: #FBBCBC;
}
</style>
background-color css
<style>
a { background-color: #FBBCBC; }
a { background-color: rgb(251,188,188); }
div.DivClassName
{
background-color: #FBBCBC;
}
.BgClassName
{
background-color: #FBBCBC;
}
</style>
border-color css
<style>
span { border-color: #FBBCBC; }
span { border-color: rgb(251,188,188); }
td.TdClassName
{
border-color: #FBBCBC;
}
.TagClassName
{
border-color: #FBBCBC;
}
</style>