Shades of Light Pink #FBADBD
Tints of Light Pink #FBADBD
RGB
CMYK
RGB Variations
Color information
#FBADBD (or 0xFBADBD) is known color: Light Pink. HEX triplet: FB, AD and BD. RGB value is (251,173,189). Sum of RGB (Red+Green+Blue) = 251+173+189=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADBD is #045242. Grayscale: #C6C6C6. Windows color (decimal): -283203 or 12430843. OLE color: 12430843.
HSL color Cylindrical-coordinate representation of color #FBADBD: hue angle of 347.69º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBADBD is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 173 | 189 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.02 |
| HSL | 347.69º | 0.91% | 0.83% | - |
| HSV(B) | 347.69º | 0.31% | 0.98% | - |
| XYZ | 63.91 | 54.07 | 55.21 | - |
| YUV | 198.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 189 | 0 | 0.31 | 0.25 | 0.02 | 347.69 | 0.91 | 0.83 |
| Hex | FB | AD | BD | 0 | 1F | 19 | 2 | 15C | 5B | 53 |
| Octal | 373 | 255 | 275 | 0 | 37 | 31 | 2 | 534 | 133 | 123 |
| Binary | 11111011 | 10101101 | 10111101 | 0 | 11111 | 11001 | 10 | 101011100 | 1011011 | 1010011 |
Color Harmonies of #FBADBD
Complementary color
Monochromatic Colors of #FBADBD
Black with #FBADBD
Text Example
Text Example
White with #FBADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBADBD; }
p { color: rgb(251,173,189); }
H1.HeaderClassName
{
color: #FBADBD;
}
.AnyTagClassName
{
color: #FBADBD;
}
</style>
background-color css
<style>
a { background-color: #FBADBD; }
a { background-color: rgb(251,173,189); }
div.DivClassName
{
background-color: #FBADBD;
}
.BgClassName
{
background-color: #FBADBD;
}
</style>
border-color css
<style>
span { border-color: #FBADBD; }
span { border-color: rgb(251,173,189); }
td.TdClassName
{
border-color: #FBADBD;
}
.TagClassName
{
border-color: #FBADBD;
}
</style>