Shades of Light Pink #FBADB0
Tints of Light Pink #FBADB0
RGB
CMYK
RGB Variations
Color information
#FBADB0 (or 0xFBADB0) is known color: Light Pink. HEX triplet: FB, AD and B0. RGB value is (251,173,176). Sum of RGB (Red+Green+Blue) = 251+173+176=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 176 (69.14% from 255 or 29.33% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBADB0 is #04524F. Grayscale: #C4C4C4. Windows color (decimal): -283216 or 11578875. OLE color: 11578875.
HSL color Cylindrical-coordinate representation of color #FBADB0: hue angle of 357.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 #FBADB0 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 173 | 176 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.02 |
| HSL | 357.69º | 0.91% | 0.83% | - |
| HSV(B) | 357.69º | 0.31% | 0.98% | - |
| XYZ | 62.56 | 53.53 | 48.11 | - |
| YUV | 196.66 | 116.34 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 176 | 0 | 0.31 | 0.30 | 0.02 | 357.69 | 0.91 | 0.83 |
| Hex | FB | AD | B0 | 0 | 1F | 1E | 2 | 166 | 5B | 53 |
| Octal | 373 | 255 | 260 | 0 | 37 | 36 | 2 | 546 | 133 | 123 |
| Binary | 11111011 | 10101101 | 10110000 | 0 | 11111 | 11110 | 10 | 101100110 | 1011011 | 1010011 |
Color Harmonies of #FBADB0
Complementary color
Monochromatic Colors of #FBADB0
Black with #FBADB0
Text Example
Text Example
White with #FBADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBADB0; }
p { color: rgb(251,173,176); }
H1.HeaderClassName
{
color: #FBADB0;
}
.AnyTagClassName
{
color: #FBADB0;
}
</style>
background-color css
<style>
a { background-color: #FBADB0; }
a { background-color: rgb(251,173,176); }
div.DivClassName
{
background-color: #FBADB0;
}
.BgClassName
{
background-color: #FBADB0;
}
</style>
border-color css
<style>
span { border-color: #FBADB0; }
span { border-color: rgb(251,173,176); }
td.TdClassName
{
border-color: #FBADB0;
}
.TagClassName
{
border-color: #FBADB0;
}
</style>