Shades of Light Pink #FBADB5
Tints of Light Pink #FBADB5
RGB
CMYK
RGB Variations
Color information
#FBADB5 (or 0xFBADB5) is known color: Light Pink. HEX triplet: FB, AD and B5. RGB value is (251,173,181). Sum of RGB (Red+Green+Blue) = 251+173+181=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 181 (71.09% from 255 or 29.92% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADB5 is #04524A. Grayscale: #C5C5C5. Windows color (decimal): -283211 or 11906555. OLE color: 11906555.
HSL color Cylindrical-coordinate representation of color #FBADB5: hue angle of 353.85º 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 #FBADB5 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 173 | 181 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.02 |
| HSL | 353.85º | 0.91% | 0.83% | - |
| HSV(B) | 353.85º | 0.31% | 0.98% | - |
| XYZ | 63.07 | 53.73 | 50.76 | - |
| YUV | 197.23 | 118.84 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 181 | 0 | 0.31 | 0.28 | 0.02 | 353.85 | 0.91 | 0.83 |
| Hex | FB | AD | B5 | 0 | 1F | 1C | 2 | 162 | 5B | 53 |
| Octal | 373 | 255 | 265 | 0 | 37 | 34 | 2 | 542 | 133 | 123 |
| Binary | 11111011 | 10101101 | 10110101 | 0 | 11111 | 11100 | 10 | 101100010 | 1011011 | 1010011 |
Color Harmonies of #FBADB5
Complementary color
Monochromatic Colors of #FBADB5
Black with #FBADB5
Text Example
Text Example
White with #FBADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBADB5; }
p { color: rgb(251,173,181); }
H1.HeaderClassName
{
color: #FBADB5;
}
.AnyTagClassName
{
color: #FBADB5;
}
</style>
background-color css
<style>
a { background-color: #FBADB5; }
a { background-color: rgb(251,173,181); }
div.DivClassName
{
background-color: #FBADB5;
}
.BgClassName
{
background-color: #FBADB5;
}
</style>
border-color css
<style>
span { border-color: #FBADB5; }
span { border-color: rgb(251,173,181); }
td.TdClassName
{
border-color: #FBADB5;
}
.TagClassName
{
border-color: #FBADB5;
}
</style>