Shades of Pink #FBBDC7
Tints of Pink #FBBDC7
RGB
CMYK
RGB Variations
Color information
#FBBDC7 (or 0xFBBDC7) is known color: Pink. HEX triplet: FB, BD and C7. RGB value is (251,189,199). Sum of RGB (Red+Green+Blue) = 251+189+199=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 199 (78.12% from 255 or 31.14% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDC7 is #044238. Grayscale: #D0D0D0. Windows color (decimal): -279097 or 13090299. OLE color: 13090299.
HSL color Cylindrical-coordinate representation of color #FBBDC7: hue angle of 350.32º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBDC7 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 199 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.02 |
| HSL | 350.32º | 0.89% | 0.86% | - |
| HSV(B) | 350.32º | 0.25% | 0.98% | - |
| XYZ | 68.29 | 61.03 | 62.21 | - |
| YUV | 208.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 199 | 0 | 0.25 | 0.21 | 0.02 | 350.32 | 0.89 | 0.86 |
| Hex | FB | BD | C7 | 0 | 19 | 15 | 2 | 15E | 59 | 56 |
| Octal | 373 | 275 | 307 | 0 | 31 | 25 | 2 | 536 | 131 | 126 |
| Binary | 11111011 | 10111101 | 11000111 | 0 | 11001 | 10101 | 10 | 101011110 | 1011001 | 1010110 |
Color Harmonies of #FBBDC7
Complementary color
Monochromatic Colors of #FBBDC7
Black with #FBBDC7
Text Example
Text Example
White with #FBBDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDC7; }
p { color: rgb(251,189,199); }
H1.HeaderClassName
{
color: #FBBDC7;
}
.AnyTagClassName
{
color: #FBBDC7;
}
</style>
background-color css
<style>
a { background-color: #FBBDC7; }
a { background-color: rgb(251,189,199); }
div.DivClassName
{
background-color: #FBBDC7;
}
.BgClassName
{
background-color: #FBBDC7;
}
</style>
border-color css
<style>
span { border-color: #FBBDC7; }
span { border-color: rgb(251,189,199); }
td.TdClassName
{
border-color: #FBBDC7;
}
.TagClassName
{
border-color: #FBBDC7;
}
</style>