Shades of Your Pink #FBBDB6
Tints of Your Pink #FBBDB6
RGB
CMYK
RGB Variations
Color information
#FBBDB6 (or 0xFBBDB6) is known color: Your Pink. HEX triplet: FB, BD and B6. RGB value is (251,189,182). Sum of RGB (Red+Green+Blue) = 251+189+182=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 182 (71.48% from 255 or 29.26% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDB6 is #044249. Grayscale: #CECECE. Windows color (decimal): -279114 or 11976187. OLE color: 11976187.
HSL color Cylindrical-coordinate representation of color #FBBDB6: hue angle of 6.09º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBBDB6 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 182 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.02 |
| HSL | 6.09º | 0.9% | 0.85% | - |
| HSV(B) | 6.09º | 0.27% | 0.98% | - |
| XYZ | 66.42 | 60.28 | 52.39 | - |
| YUV | 206.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 182 | 0 | 0.25 | 0.27 | 0.02 | 6.09 | 0.9 | 0.85 |
| Hex | FB | BD | B6 | 0 | 19 | 1B | 2 | 6 | 5A | 55 |
| Octal | 373 | 275 | 266 | 0 | 31 | 33 | 2 | 6 | 132 | 125 |
| Binary | 11111011 | 10111101 | 10110110 | 0 | 11001 | 11011 | 10 | 110 | 1011010 | 1010101 |
Color Harmonies of #FBBDB6
Complementary color
Monochromatic Colors of #FBBDB6
Black with #FBBDB6
Text Example
Text Example
White with #FBBDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDB6; }
p { color: rgb(251,189,182); }
H1.HeaderClassName
{
color: #FBBDB6;
}
.AnyTagClassName
{
color: #FBBDB6;
}
</style>
background-color css
<style>
a { background-color: #FBBDB6; }
a { background-color: rgb(251,189,182); }
div.DivClassName
{
background-color: #FBBDB6;
}
.BgClassName
{
background-color: #FBBDB6;
}
</style>
border-color css
<style>
span { border-color: #FBBDB6; }
span { border-color: rgb(251,189,182); }
td.TdClassName
{
border-color: #FBBDB6;
}
.TagClassName
{
border-color: #FBBDB6;
}
</style>