Shades of Your Pink #FBBFBC
Tints of Your Pink #FBBFBC
RGB
CMYK
RGB Variations
Color information
#FBBFBC (or 0xFBBFBC) is known color: Your Pink. HEX triplet: FB, BF and BC. RGB value is (251,191,188). Sum of RGB (Red+Green+Blue) = 251+191+188=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBFBC is #044043. Grayscale: #D0D0D0. Windows color (decimal): -278596 or 12369915. OLE color: 12369915.
HSL color Cylindrical-coordinate representation of color #FBBFBC: hue angle of 2.86º 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 #FBBFBC is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 191 | 188 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.02 |
| HSL | 2.86º | 0.89% | 0.86% | - |
| HSV(B) | 2.86º | 0.25% | 0.98% | - |
| XYZ | 67.49 | 61.4 | 55.87 | - |
| YUV | 208.6 | 116.38 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 191 | 188 | 0 | 0.24 | 0.25 | 0.02 | 2.86 | 0.89 | 0.86 |
| Hex | FB | BF | BC | 0 | 18 | 19 | 2 | 3 | 59 | 56 |
| Octal | 373 | 277 | 274 | 0 | 30 | 31 | 2 | 3 | 131 | 126 |
| Binary | 11111011 | 10111111 | 10111100 | 0 | 11000 | 11001 | 10 | 11 | 1011001 | 1010110 |
Color Harmonies of #FBBFBC
Complementary color
Monochromatic Colors of #FBBFBC
Black with #FBBFBC
Text Example
Text Example
White with #FBBFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBFBC; }
p { color: rgb(251,191,188); }
H1.HeaderClassName
{
color: #FBBFBC;
}
.AnyTagClassName
{
color: #FBBFBC;
}
</style>
background-color css
<style>
a { background-color: #FBBFBC; }
a { background-color: rgb(251,191,188); }
div.DivClassName
{
background-color: #FBBFBC;
}
.BgClassName
{
background-color: #FBBFBC;
}
</style>
border-color css
<style>
span { border-color: #FBBFBC; }
span { border-color: rgb(251,191,188); }
td.TdClassName
{
border-color: #FBBFBC;
}
.TagClassName
{
border-color: #FBBFBC;
}
</style>