Shades of Pink #FBBFC9
Tints of Pink #FBBFC9
RGB
CMYK
RGB Variations
Color information
#FBBFC9 (or 0xFBBFC9) is known color: Pink. HEX triplet: FB, BF and C9. RGB value is (251,191,201). Sum of RGB (Red+Green+Blue) = 251+191+201=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 201 (78.91% from 255 or 31.26% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBFC9 is #044036. Grayscale: #D2D2D2. Windows color (decimal): -278583 or 13221883. OLE color: 13221883.
HSL color Cylindrical-coordinate representation of color #FBBFC9: hue angle of 350º 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 #FBBFC9 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 191 | 201 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.02 |
| HSL | 350º | 0.88% | 0.87% | - |
| HSV(B) | 350º | 0.24% | 0.98% | - |
| XYZ | 68.96 | 61.99 | 63.59 | - |
| YUV | 210.08 | 122.88 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 191 | 201 | 0 | 0.24 | 0.20 | 0.02 | 350 | 0.88 | 0.87 |
| Hex | FB | BF | C9 | 0 | 18 | 14 | 2 | 15E | 58 | 57 |
| Octal | 373 | 277 | 311 | 0 | 30 | 24 | 2 | 536 | 130 | 127 |
| Binary | 11111011 | 10111111 | 11001001 | 0 | 11000 | 10100 | 10 | 101011110 | 1011000 | 1010111 |
Color Harmonies of #FBBFC9
Complementary color
Monochromatic Colors of #FBBFC9
Black with #FBBFC9
Text Example
Text Example
White with #FBBFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBFC9; }
p { color: rgb(251,191,201); }
H1.HeaderClassName
{
color: #FBBFC9;
}
.AnyTagClassName
{
color: #FBBFC9;
}
</style>
background-color css
<style>
a { background-color: #FBBFC9; }
a { background-color: rgb(251,191,201); }
div.DivClassName
{
background-color: #FBBFC9;
}
.BgClassName
{
background-color: #FBBFC9;
}
</style>
border-color css
<style>
span { border-color: #FBBFC9; }
span { border-color: rgb(251,191,201); }
td.TdClassName
{
border-color: #FBBFC9;
}
.TagClassName
{
border-color: #FBBFC9;
}
</style>