Shades of Light Pink #FBADB7
Tints of Light Pink #FBADB7
RGB
CMYK
RGB Variations
Color information
#FBADB7 (or 0xFBADB7) is known color: Light Pink. HEX triplet: FB, AD and B7. RGB value is (251,173,183). Sum of RGB (Red+Green+Blue) = 251+173+183=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 183 (71.88% from 255 or 30.15% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADB7 is #045248. Grayscale: #C5C5C5. Windows color (decimal): -283209 or 12037627. OLE color: 12037627.
HSL color Cylindrical-coordinate representation of color #FBADB7: hue angle of 352.31º 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 #FBADB7 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 173 | 183 | - |
CMYK | 0 | 0.31 | 0.27 | 0.02 |
HSL | 352.31º | 0.91% | 0.83% | - |
HSV(B) | 352.31º | 0.31% | 0.98% | - |
XYZ | 63.27 | 53.82 | 51.85 | - |
YUV | 197.46 | 119.84 | 166.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 173 | 183 | 0 | 0.31 | 0.27 | 0.02 | 352.31 | 0.91 | 0.83 |
Hex | FB | AD | B7 | 0 | 1F | 1B | 2 | 160 | 5B | 53 |
Octal | 373 | 255 | 267 | 0 | 37 | 33 | 2 | 540 | 133 | 123 |
Binary | 11111011 | 10101101 | 10110111 | 0 | 11111 | 11011 | 10 | 101100000 | 1011011 | 1010011 |
Color Harmonies of #FBADB7
Complementary color
Monochromatic Colors of #FBADB7
Black with #FBADB7
Text Example
Text Example
White with #FBADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBADB7; }
p { color: rgb(251,173,183); }
H1.HeaderClassName
{
color: #FBADB7;
}
.AnyTagClassName
{
color: #FBADB7;
}
</style>
background-color css
<style>
a { background-color: #FBADB7; }
a { background-color: rgb(251,173,183); }
div.DivClassName
{
background-color: #FBADB7;
}
.BgClassName
{
background-color: #FBADB7;
}
</style>
border-color css
<style>
span { border-color: #FBADB7; }
span { border-color: rgb(251,173,183); }
td.TdClassName
{
border-color: #FBADB7;
}
.TagClassName
{
border-color: #FBADB7;
}
</style>