Shades of Pink #FBBFCC
Tints of Pink #FBBFCC
RGB
CMYK
RGB Variations
Color information
#FBBFCC (or 0xFBBFCC) is known color: Pink. HEX triplet: FB, BF and CC. RGB value is (251,191,204). Sum of RGB (Red+Green+Blue) = 251+191+204=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 191 (75% from 255 or 29.57% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBFCC is #044033. Grayscale: #D2D2D2. Windows color (decimal): -278580 or 13418491. OLE color: 13418491.
HSL color Cylindrical-coordinate representation of color #FBBFCC: hue angle of 347º 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 #FBBFCC is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 191 | 204 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.02 |
| HSL | 347º | 0.88% | 0.87% | - |
| HSV(B) | 347º | 0.24% | 0.98% | - |
| XYZ | 69.31 | 62.13 | 65.47 | - |
| YUV | 210.42 | 124.38 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 191 | 204 | 0 | 0.24 | 0.19 | 0.02 | 347 | 0.88 | 0.87 |
| Hex | FB | BF | CC | 0 | 18 | 13 | 2 | 15B | 58 | 57 |
| Octal | 373 | 277 | 314 | 0 | 30 | 23 | 2 | 533 | 130 | 127 |
| Binary | 11111011 | 10111111 | 11001100 | 0 | 11000 | 10011 | 10 | 101011011 | 1011000 | 1010111 |
Color Harmonies of #FBBFCC
Complementary color
Monochromatic Colors of #FBBFCC
Black with #FBBFCC
Text Example
Text Example
White with #FBBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBFCC; }
p { color: rgb(251,191,204); }
H1.HeaderClassName
{
color: #FBBFCC;
}
.AnyTagClassName
{
color: #FBBFCC;
}
</style>
background-color css
<style>
a { background-color: #FBBFCC; }
a { background-color: rgb(251,191,204); }
div.DivClassName
{
background-color: #FBBFCC;
}
.BgClassName
{
background-color: #FBBFCC;
}
</style>
border-color css
<style>
span { border-color: #FBBFCC; }
span { border-color: rgb(251,191,204); }
td.TdClassName
{
border-color: #FBBFCC;
}
.TagClassName
{
border-color: #FBBFCC;
}
</style>