Shades of Pink #FBBCC9
Tints of Pink #FBBCC9
RGB
CMYK
RGB Variations
Color information
#FBBCC9 (or 0xFBBCC9) is known color: Pink. HEX triplet: FB, BC and C9. RGB value is (251,188,201). Sum of RGB (Red+Green+Blue) = 251+188+201=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 188 (73.83% from 255 or 29.38% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCC9 is #044336. Grayscale: #D0D0D0. Windows color (decimal): -279351 or 13221115. OLE color: 13221115.
HSL color Cylindrical-coordinate representation of color #FBBCC9: hue angle of 347.62º 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 #FBBCC9 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 201 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.02 |
| HSL | 347.62º | 0.89% | 0.86% | - |
| HSV(B) | 347.62º | 0.25% | 0.98% | - |
| XYZ | 68.31 | 60.69 | 63.37 | - |
| YUV | 208.32 | 123.87 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 201 | 0 | 0.25 | 0.20 | 0.02 | 347.62 | 0.89 | 0.86 |
| Hex | FB | BC | C9 | 0 | 19 | 14 | 2 | 15C | 59 | 56 |
| Octal | 373 | 274 | 311 | 0 | 31 | 24 | 2 | 534 | 131 | 126 |
| Binary | 11111011 | 10111100 | 11001001 | 0 | 11001 | 10100 | 10 | 101011100 | 1011001 | 1010110 |
Color Harmonies of #FBBCC9
Complementary color
Monochromatic Colors of #FBBCC9
Black with #FBBCC9
Text Example
Text Example
White with #FBBCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCC9; }
p { color: rgb(251,188,201); }
H1.HeaderClassName
{
color: #FBBCC9;
}
.AnyTagClassName
{
color: #FBBCC9;
}
</style>
background-color css
<style>
a { background-color: #FBBCC9; }
a { background-color: rgb(251,188,201); }
div.DivClassName
{
background-color: #FBBCC9;
}
.BgClassName
{
background-color: #FBBCC9;
}
</style>
border-color css
<style>
span { border-color: #FBBCC9; }
span { border-color: rgb(251,188,201); }
td.TdClassName
{
border-color: #FBBCC9;
}
.TagClassName
{
border-color: #FBBCC9;
}
</style>