Shades of Pink #FBBBC9
Tints of Pink #FBBBC9
RGB
CMYK
RGB Variations
Color information
#FBBBC9 (or 0xFBBBC9) is known color: Pink. HEX triplet: FB, BB and C9. RGB value is (251,187,201). Sum of RGB (Red+Green+Blue) = 251+187+201=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 201 (78.91% from 255 or 31.46% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBC9 is #044436. Grayscale: #CFCFCF. Windows color (decimal): -279607 or 13220859. OLE color: 13220859.
HSL color Cylindrical-coordinate representation of color #FBBBC9: hue angle of 346.88º 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 #FBBBC9 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 201 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.02 |
| HSL | 346.88º | 0.89% | 0.86% | - |
| HSV(B) | 346.88º | 0.25% | 0.98% | - |
| XYZ | 68.1 | 60.27 | 63.3 | - |
| YUV | 207.73 | 124.2 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 201 | 0 | 0.25 | 0.20 | 0.02 | 346.88 | 0.89 | 0.86 |
| Hex | FB | BB | C9 | 0 | 19 | 14 | 2 | 15B | 59 | 56 |
| Octal | 373 | 273 | 311 | 0 | 31 | 24 | 2 | 533 | 131 | 126 |
| Binary | 11111011 | 10111011 | 11001001 | 0 | 11001 | 10100 | 10 | 101011011 | 1011001 | 1010110 |
Color Harmonies of #FBBBC9
Complementary color
Monochromatic Colors of #FBBBC9
Black with #FBBBC9
Text Example
Text Example
White with #FBBBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBC9; }
p { color: rgb(251,187,201); }
H1.HeaderClassName
{
color: #FBBBC9;
}
.AnyTagClassName
{
color: #FBBBC9;
}
</style>
background-color css
<style>
a { background-color: #FBBBC9; }
a { background-color: rgb(251,187,201); }
div.DivClassName
{
background-color: #FBBBC9;
}
.BgClassName
{
background-color: #FBBBC9;
}
</style>
border-color css
<style>
span { border-color: #FBBBC9; }
span { border-color: rgb(251,187,201); }
td.TdClassName
{
border-color: #FBBBC9;
}
.TagClassName
{
border-color: #FBBBC9;
}
</style>