Shades of Pink #FBBECB
Tints of Pink #FBBECB
RGB
CMYK
RGB Variations
Color information
#FBBECB (or 0xFBBECB) is known color: Pink. HEX triplet: FB, BE and CB. RGB value is (251,190,203). Sum of RGB (Red+Green+Blue) = 251+190+203=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBECB is #044134. Grayscale: #D1D1D1. Windows color (decimal): -278837 or 13352699. OLE color: 13352699.
HSL color Cylindrical-coordinate representation of color #FBBECB: hue angle of 347.21º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBBECB is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 190 | 203 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.02 |
| HSL | 347.21º | 0.88% | 0.86% | - |
| HSV(B) | 347.21º | 0.24% | 0.98% | - |
| XYZ | 68.98 | 61.65 | 64.76 | - |
| YUV | 209.72 | 124.21 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 190 | 203 | 0 | 0.24 | 0.19 | 0.02 | 347.21 | 0.88 | 0.86 |
| Hex | FB | BE | CB | 0 | 18 | 13 | 2 | 15B | 58 | 56 |
| Octal | 373 | 276 | 313 | 0 | 30 | 23 | 2 | 533 | 130 | 126 |
| Binary | 11111011 | 10111110 | 11001011 | 0 | 11000 | 10011 | 10 | 101011011 | 1011000 | 1010110 |
Color Harmonies of #FBBECB
Complementary color
Monochromatic Colors of #FBBECB
Black with #FBBECB
Text Example
Text Example
White with #FBBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBECB; }
p { color: rgb(251,190,203); }
H1.HeaderClassName
{
color: #FBBECB;
}
.AnyTagClassName
{
color: #FBBECB;
}
</style>
background-color css
<style>
a { background-color: #FBBECB; }
a { background-color: rgb(251,190,203); }
div.DivClassName
{
background-color: #FBBECB;
}
.BgClassName
{
background-color: #FBBECB;
}
</style>
border-color css
<style>
span { border-color: #FBBECB; }
span { border-color: rgb(251,190,203); }
td.TdClassName
{
border-color: #FBBECB;
}
.TagClassName
{
border-color: #FBBECB;
}
</style>