Shades of Lavender Pink #FBADD2
Tints of Lavender Pink #FBADD2
RGB
CMYK
RGB Variations
Color information
#FBADD2 (or 0xFBADD2) is known color: Lavender Pink. HEX triplet: FB, AD and D2. RGB value is (251,173,210). Sum of RGB (Red+Green+Blue) = 251+173+210=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADD2 is #04522D. Grayscale: #C8C8C8. Windows color (decimal): -283182 or 13807099. OLE color: 13807099.
HSL color Cylindrical-coordinate representation of color #FBADD2: hue angle of 331.54º 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 #FBADD2 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 173 | 210 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.02 |
| HSL | 331.54º | 0.91% | 0.83% | - |
| HSV(B) | 331.54º | 0.31% | 0.98% | - |
| XYZ | 66.36 | 55.05 | 68.1 | - |
| YUV | 200.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 210 | 0 | 0.31 | 0.16 | 0.02 | 331.54 | 0.91 | 0.83 |
| Hex | FB | AD | D2 | 0 | 1F | 10 | 2 | 14C | 5B | 53 |
| Octal | 373 | 255 | 322 | 0 | 37 | 20 | 2 | 514 | 133 | 123 |
| Binary | 11111011 | 10101101 | 11010010 | 0 | 11111 | 10000 | 10 | 101001100 | 1011011 | 1010011 |
Color Harmonies of #FBADD2
Complementary color
Monochromatic Colors of #FBADD2
Black with #FBADD2
Text Example
Text Example
White with #FBADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBADD2; }
p { color: rgb(251,173,210); }
H1.HeaderClassName
{
color: #FBADD2;
}
.AnyTagClassName
{
color: #FBADD2;
}
</style>
background-color css
<style>
a { background-color: #FBADD2; }
a { background-color: rgb(251,173,210); }
div.DivClassName
{
background-color: #FBADD2;
}
.BgClassName
{
background-color: #FBADD2;
}
</style>
border-color css
<style>
span { border-color: #FBADD2; }
span { border-color: rgb(251,173,210); }
td.TdClassName
{
border-color: #FBADD2;
}
.TagClassName
{
border-color: #FBADD2;
}
</style>