Shades of Pink #FBBDC6
Tints of Pink #FBBDC6
RGB
CMYK
RGB Variations
Color information
#FBBDC6 (or 0xFBBDC6) is known color: Pink. HEX triplet: FB, BD and C6. RGB value is (251,189,198). Sum of RGB (Red+Green+Blue) = 251+189+198=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDC6 is #044239. Grayscale: #D0D0D0. Windows color (decimal): -279098 or 13024763. OLE color: 13024763.
HSL color Cylindrical-coordinate representation of color #FBBDC6: hue angle of 351.29º 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 #FBBDC6 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 198 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.02 |
| HSL | 351.29º | 0.89% | 0.86% | - |
| HSV(B) | 351.29º | 0.25% | 0.98% | - |
| XYZ | 68.17 | 60.98 | 61.6 | - |
| YUV | 208.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 198 | 0 | 0.25 | 0.21 | 0.02 | 351.29 | 0.89 | 0.86 |
| Hex | FB | BD | C6 | 0 | 19 | 15 | 2 | 15F | 59 | 56 |
| Octal | 373 | 275 | 306 | 0 | 31 | 25 | 2 | 537 | 131 | 126 |
| Binary | 11111011 | 10111101 | 11000110 | 0 | 11001 | 10101 | 10 | 101011111 | 1011001 | 1010110 |
Color Harmonies of #FBBDC6
Complementary color
Monochromatic Colors of #FBBDC6
Black with #FBBDC6
Text Example
Text Example
White with #FBBDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDC6; }
p { color: rgb(251,189,198); }
H1.HeaderClassName
{
color: #FBBDC6;
}
.AnyTagClassName
{
color: #FBBDC6;
}
</style>
background-color css
<style>
a { background-color: #FBBDC6; }
a { background-color: rgb(251,189,198); }
div.DivClassName
{
background-color: #FBBDC6;
}
.BgClassName
{
background-color: #FBBDC6;
}
</style>
border-color css
<style>
span { border-color: #FBBDC6; }
span { border-color: rgb(251,189,198); }
td.TdClassName
{
border-color: #FBBDC6;
}
.TagClassName
{
border-color: #FBBDC6;
}
</style>