Shades of Pink #FBBFCB
Tints of Pink #FBBFCB
RGB
CMYK
RGB Variations
Color information
#FBBFCB (or 0xFBBFCB) is known color: Pink. HEX triplet: FB, BF and CB. RGB value is (251,191,203). Sum of RGB (Red+Green+Blue) = 251+191+203=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBFCB is #044034. Grayscale: #D2D2D2. Windows color (decimal): -278581 or 13352955. OLE color: 13352955.
HSL color Cylindrical-coordinate representation of color #FBBFCB: hue angle of 348º 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 #FBBFCB is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 191 | 203 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.02 |
| HSL | 348º | 0.88% | 0.87% | - |
| HSV(B) | 348º | 0.24% | 0.98% | - |
| XYZ | 69.19 | 62.08 | 64.84 | - |
| YUV | 210.31 | 123.88 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 191 | 203 | 0 | 0.24 | 0.19 | 0.02 | 348 | 0.88 | 0.87 |
| Hex | FB | BF | CB | 0 | 18 | 13 | 2 | 15C | 58 | 57 |
| Octal | 373 | 277 | 313 | 0 | 30 | 23 | 2 | 534 | 130 | 127 |
| Binary | 11111011 | 10111111 | 11001011 | 0 | 11000 | 10011 | 10 | 101011100 | 1011000 | 1010111 |
Color Harmonies of #FBBFCB
Complementary color
Monochromatic Colors of #FBBFCB
Black with #FBBFCB
Text Example
Text Example
White with #FBBFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBFCB; }
p { color: rgb(251,191,203); }
H1.HeaderClassName
{
color: #FBBFCB;
}
.AnyTagClassName
{
color: #FBBFCB;
}
</style>
background-color css
<style>
a { background-color: #FBBFCB; }
a { background-color: rgb(251,191,203); }
div.DivClassName
{
background-color: #FBBFCB;
}
.BgClassName
{
background-color: #FBBFCB;
}
</style>
border-color css
<style>
span { border-color: #FBBFCB; }
span { border-color: rgb(251,191,203); }
td.TdClassName
{
border-color: #FBBFCB;
}
.TagClassName
{
border-color: #FBBFCB;
}
</style>