Shades of Light Pink #FBADB9
Tints of Light Pink #FBADB9
RGB
CMYK
RGB Variations
Color information
#FBADB9 (or 0xFBADB9) is known color: Light Pink. HEX triplet: FB, AD and B9. RGB value is (251,173,185). Sum of RGB (Red+Green+Blue) = 251+173+185=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 185 (72.66% from 255 or 30.38% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADB9 is #045246. Grayscale: #C5C5C5. Windows color (decimal): -283207 or 12168699. OLE color: 12168699.
HSL color Cylindrical-coordinate representation of color #FBADB9: hue angle of 350.77º 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 #FBADB9 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 173 | 185 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.02 |
| HSL | 350.77º | 0.91% | 0.83% | - |
| HSV(B) | 350.77º | 0.31% | 0.98% | - |
| XYZ | 63.48 | 53.9 | 52.96 | - |
| YUV | 197.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 185 | 0 | 0.31 | 0.26 | 0.02 | 350.77 | 0.91 | 0.83 |
| Hex | FB | AD | B9 | 0 | 1F | 1A | 2 | 15F | 5B | 53 |
| Octal | 373 | 255 | 271 | 0 | 37 | 32 | 2 | 537 | 133 | 123 |
| Binary | 11111011 | 10101101 | 10111001 | 0 | 11111 | 11010 | 10 | 101011111 | 1011011 | 1010011 |
Color Harmonies of #FBADB9
Complementary color
Monochromatic Colors of #FBADB9
Black with #FBADB9
Text Example
Text Example
White with #FBADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBADB9; }
p { color: rgb(251,173,185); }
H1.HeaderClassName
{
color: #FBADB9;
}
.AnyTagClassName
{
color: #FBADB9;
}
</style>
background-color css
<style>
a { background-color: #FBADB9; }
a { background-color: rgb(251,173,185); }
div.DivClassName
{
background-color: #FBADB9;
}
.BgClassName
{
background-color: #FBADB9;
}
</style>
border-color css
<style>
span { border-color: #FBADB9; }
span { border-color: rgb(251,173,185); }
td.TdClassName
{
border-color: #FBADB9;
}
.TagClassName
{
border-color: #FBADB9;
}
</style>