Shades of Pink #FBBFD1
Tints of Pink #FBBFD1
RGB
CMYK
RGB Variations
Color information
#FBBFD1 (or 0xFBBFD1) is known color: Pink. HEX triplet: FB, BF and D1. RGB value is (251,191,209). Sum of RGB (Red+Green+Blue) = 251+191+209=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 191 (75% from 255 or 29.34% from 651); Blue value is 209 (82.03% from 255 or 32.10% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBFD1 is #04402E. Grayscale: #D2D2D2. Windows color (decimal): -278575 or 13746171. OLE color: 13746171.
HSL color Cylindrical-coordinate representation of color #FBBFD1: hue angle of 342º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBBFD1 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 191 | 209 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.02 |
| HSL | 342º | 0.88% | 0.87% | - |
| HSV(B) | 342º | 0.24% | 0.98% | - |
| XYZ | 69.92 | 62.37 | 68.68 | - |
| YUV | 210.99 | 126.88 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 191 | 209 | 0 | 0.24 | 0.17 | 0.02 | 342 | 0.88 | 0.87 |
| Hex | FB | BF | D1 | 0 | 18 | 11 | 2 | 156 | 58 | 57 |
| Octal | 373 | 277 | 321 | 0 | 30 | 21 | 2 | 526 | 130 | 127 |
| Binary | 11111011 | 10111111 | 11010001 | 0 | 11000 | 10001 | 10 | 101010110 | 1011000 | 1010111 |
Color Harmonies of #FBBFD1
Complementary color
Monochromatic Colors of #FBBFD1
Black with #FBBFD1
Text Example
Text Example
White with #FBBFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBFD1; }
p { color: rgb(251,191,209); }
H1.HeaderClassName
{
color: #FBBFD1;
}
.AnyTagClassName
{
color: #FBBFD1;
}
</style>
background-color css
<style>
a { background-color: #FBBFD1; }
a { background-color: rgb(251,191,209); }
div.DivClassName
{
background-color: #FBBFD1;
}
.BgClassName
{
background-color: #FBBFD1;
}
</style>
border-color css
<style>
span { border-color: #FBBFD1; }
span { border-color: rgb(251,191,209); }
td.TdClassName
{
border-color: #FBBFD1;
}
.TagClassName
{
border-color: #FBBFD1;
}
</style>