Shades of Light Pink #FBADB6
Tints of Light Pink #FBADB6
RGB
CMYK
RGB Variations
Color information
#FBADB6 (or 0xFBADB6) is known color: Light Pink. HEX triplet: FB, AD and B6. RGB value is (251,173,182). Sum of RGB (Red+Green+Blue) = 251+173+182=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADB6 is #045249. Grayscale: #C5C5C5. Windows color (decimal): -283210 or 11972091. OLE color: 11972091.
HSL color Cylindrical-coordinate representation of color #FBADB6: hue angle of 353.08º 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 #FBADB6 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 173 | 182 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.02 |
| HSL | 353.08º | 0.91% | 0.83% | - |
| HSV(B) | 353.08º | 0.31% | 0.98% | - |
| XYZ | 63.17 | 53.77 | 51.31 | - |
| YUV | 197.35 | 119.34 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 182 | 0 | 0.31 | 0.27 | 0.02 | 353.08 | 0.91 | 0.83 |
| Hex | FB | AD | B6 | 0 | 1F | 1B | 2 | 161 | 5B | 53 |
| Octal | 373 | 255 | 266 | 0 | 37 | 33 | 2 | 541 | 133 | 123 |
| Binary | 11111011 | 10101101 | 10110110 | 0 | 11111 | 11011 | 10 | 101100001 | 1011011 | 1010011 |
Color Harmonies of #FBADB6
Complementary color
Monochromatic Colors of #FBADB6
Black with #FBADB6
Text Example
Text Example
White with #FBADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBADB6; }
p { color: rgb(251,173,182); }
H1.HeaderClassName
{
color: #FBADB6;
}
.AnyTagClassName
{
color: #FBADB6;
}
</style>
background-color css
<style>
a { background-color: #FBADB6; }
a { background-color: rgb(251,173,182); }
div.DivClassName
{
background-color: #FBADB6;
}
.BgClassName
{
background-color: #FBADB6;
}
</style>
border-color css
<style>
span { border-color: #FBADB6; }
span { border-color: rgb(251,173,182); }
td.TdClassName
{
border-color: #FBADB6;
}
.TagClassName
{
border-color: #FBADB6;
}
</style>