Shades of Pink #FBBFCF
Tints of Pink #FBBFCF
RGB
CMYK
RGB Variations
Color information
#FBBFCF (or 0xFBBFCF) is known color: Pink. HEX triplet: FB, BF and CF. RGB value is (251,191,207). Sum of RGB (Red+Green+Blue) = 251+191+207=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 191 (75% from 255 or 29.43% from 649); Blue value is 207 (81.25% from 255 or 31.90% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBFCF is #044030. Grayscale: #D2D2D2. Windows color (decimal): -278577 or 13615099. OLE color: 13615099.
HSL color Cylindrical-coordinate representation of color #FBBFCF: hue angle of 344º 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 #FBBFCF is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 191 | 207 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.02 |
| HSL | 344º | 0.88% | 0.87% | - |
| HSV(B) | 344º | 0.24% | 0.98% | - |
| XYZ | 69.68 | 62.28 | 67.38 | - |
| YUV | 210.76 | 125.88 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 191 | 207 | 0 | 0.24 | 0.18 | 0.02 | 344 | 0.88 | 0.87 |
| Hex | FB | BF | CF | 0 | 18 | 12 | 2 | 158 | 58 | 57 |
| Octal | 373 | 277 | 317 | 0 | 30 | 22 | 2 | 530 | 130 | 127 |
| Binary | 11111011 | 10111111 | 11001111 | 0 | 11000 | 10010 | 10 | 101011000 | 1011000 | 1010111 |
Color Harmonies of #FBBFCF
Complementary color
Monochromatic Colors of #FBBFCF
Black with #FBBFCF
Text Example
Text Example
White with #FBBFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBFCF; }
p { color: rgb(251,191,207); }
H1.HeaderClassName
{
color: #FBBFCF;
}
.AnyTagClassName
{
color: #FBBFCF;
}
</style>
background-color css
<style>
a { background-color: #FBBFCF; }
a { background-color: rgb(251,191,207); }
div.DivClassName
{
background-color: #FBBFCF;
}
.BgClassName
{
background-color: #FBBFCF;
}
</style>
border-color css
<style>
span { border-color: #FBBFCF; }
span { border-color: rgb(251,191,207); }
td.TdClassName
{
border-color: #FBBFCF;
}
.TagClassName
{
border-color: #FBBFCF;
}
</style>