Shades of Your Pink #FBBDB8
Tints of Your Pink #FBBDB8
RGB
CMYK
RGB Variations
Color information
#FBBDB8 (or 0xFBBDB8) is known color: Your Pink. HEX triplet: FB, BD and B8. RGB value is (251,189,184). Sum of RGB (Red+Green+Blue) = 251+189+184=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 184 (72.27% from 255 or 29.49% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDB8 is #044247. Grayscale: #CFCFCF. Windows color (decimal): -279112 or 12107259. OLE color: 12107259.
HSL color Cylindrical-coordinate representation of color #FBBDB8: hue angle of 4.48º degrees, saturation: 0.89, 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 #FBBDB8 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 184 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.02 |
| HSL | 4.48º | 0.89% | 0.85% | - |
| HSV(B) | 4.48º | 0.27% | 0.98% | - |
| XYZ | 66.63 | 60.37 | 53.49 | - |
| YUV | 206.97 | 115.04 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 184 | 0 | 0.25 | 0.27 | 0.02 | 4.48 | 0.89 | 0.85 |
| Hex | FB | BD | B8 | 0 | 19 | 1B | 2 | 4 | 59 | 55 |
| Octal | 373 | 275 | 270 | 0 | 31 | 33 | 2 | 4 | 131 | 125 |
| Binary | 11111011 | 10111101 | 10111000 | 0 | 11001 | 11011 | 10 | 100 | 1011001 | 1010101 |
Color Harmonies of #FBBDB8
Complementary color
Monochromatic Colors of #FBBDB8
Black with #FBBDB8
Text Example
Text Example
White with #FBBDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDB8; }
p { color: rgb(251,189,184); }
H1.HeaderClassName
{
color: #FBBDB8;
}
.AnyTagClassName
{
color: #FBBDB8;
}
</style>
background-color css
<style>
a { background-color: #FBBDB8; }
a { background-color: rgb(251,189,184); }
div.DivClassName
{
background-color: #FBBDB8;
}
.BgClassName
{
background-color: #FBBDB8;
}
</style>
border-color css
<style>
span { border-color: #FBBDB8; }
span { border-color: rgb(251,189,184); }
td.TdClassName
{
border-color: #FBBDB8;
}
.TagClassName
{
border-color: #FBBDB8;
}
</style>