Shades of Lavender Pink #FBADD3
Tints of Lavender Pink #FBADD3
RGB
CMYK
RGB Variations
Color information
#FBADD3 (or 0xFBADD3) is known color: Lavender Pink. HEX triplet: FB, AD and D3. RGB value is (251,173,211). Sum of RGB (Red+Green+Blue) = 251+173+211=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 211 (82.81% from 255 or 33.23% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADD3 is #04522C. Grayscale: #C8C8C8. Windows color (decimal): -283181 or 13872635. OLE color: 13872635.
HSL color Cylindrical-coordinate representation of color #FBADD3: hue angle of 330.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 #FBADD3 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 173 | 211 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.02 |
| HSL | 330.77º | 0.91% | 0.83% | - |
| HSV(B) | 330.77º | 0.31% | 0.98% | - |
| XYZ | 66.49 | 55.1 | 68.76 | - |
| YUV | 200.65 | 133.84 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 211 | 0 | 0.31 | 0.16 | 0.02 | 330.77 | 0.91 | 0.83 |
| Hex | FB | AD | D3 | 0 | 1F | 10 | 2 | 14B | 5B | 53 |
| Octal | 373 | 255 | 323 | 0 | 37 | 20 | 2 | 513 | 133 | 123 |
| Binary | 11111011 | 10101101 | 11010011 | 0 | 11111 | 10000 | 10 | 101001011 | 1011011 | 1010011 |
Color Harmonies of #FBADD3
Complementary color
Monochromatic Colors of #FBADD3
Black with #FBADD3
Text Example
Text Example
White with #FBADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBADD3; }
p { color: rgb(251,173,211); }
H1.HeaderClassName
{
color: #FBADD3;
}
.AnyTagClassName
{
color: #FBADD3;
}
</style>
background-color css
<style>
a { background-color: #FBADD3; }
a { background-color: rgb(251,173,211); }
div.DivClassName
{
background-color: #FBADD3;
}
.BgClassName
{
background-color: #FBADD3;
}
</style>
border-color css
<style>
span { border-color: #FBADD3; }
span { border-color: rgb(251,173,211); }
td.TdClassName
{
border-color: #FBADD3;
}
.TagClassName
{
border-color: #FBADD3;
}
</style>