Shades of Your Pink #FBBDBD
Tints of Your Pink #FBBDBD
RGB
CMYK
RGB Variations
Color information
#FBBDBD (or 0xFBBDBD) is known color: Your Pink. HEX triplet: FB, BD and BD. RGB value is (251,189,189). Sum of RGB (Red+Green+Blue) = 251+189+189=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDBD is #044242. Grayscale: #CFCFCF. Windows color (decimal): -279107 or 12434939. OLE color: 12434939.
HSL color Cylindrical-coordinate representation of color #FBBDBD: hue angle of 0º 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 #FBBDBD is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 189 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.02 |
| HSL | 0º | 0.89% | 0.86% | - |
| HSV(B) | 0º | 0.25% | 0.98% | - |
| XYZ | 67.17 | 60.58 | 56.3 | - |
| YUV | 207.54 | 117.54 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 189 | 0 | 0.25 | 0.25 | 0.02 | 0 | 0.89 | 0.86 |
| Hex | FB | BD | BD | 0 | 19 | 19 | 2 | 0 | 59 | 56 |
| Octal | 373 | 275 | 275 | 0 | 31 | 31 | 2 | 0 | 131 | 126 |
| Binary | 11111011 | 10111101 | 10111101 | 0 | 11001 | 11001 | 10 | 0 | 1011001 | 1010110 |
Color Harmonies of #FBBDBD
Complementary color
Monochromatic Colors of #FBBDBD
Black with #FBBDBD
Text Example
Text Example
White with #FBBDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDBD; }
p { color: rgb(251,189,189); }
H1.HeaderClassName
{
color: #FBBDBD;
}
.AnyTagClassName
{
color: #FBBDBD;
}
</style>
background-color css
<style>
a { background-color: #FBBDBD; }
a { background-color: rgb(251,189,189); }
div.DivClassName
{
background-color: #FBBDBD;
}
.BgClassName
{
background-color: #FBBDBD;
}
</style>
border-color css
<style>
span { border-color: #FBBDBD; }
span { border-color: rgb(251,189,189); }
td.TdClassName
{
border-color: #FBBDBD;
}
.TagClassName
{
border-color: #FBBDBD;
}
</style>