Shades of Lavender Pink #FBADD1
Tints of Lavender Pink #FBADD1
RGB
CMYK
RGB Variations
Color information
#FBADD1 (or 0xFBADD1) is known color: Lavender Pink. HEX triplet: FB, AD and D1. RGB value is (251,173,209). Sum of RGB (Red+Green+Blue) = 251+173+209=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADD1 is #04522E. Grayscale: #C8C8C8. Windows color (decimal): -283183 or 13741563. OLE color: 13741563.
HSL color Cylindrical-coordinate representation of color #FBADD1: hue angle of 332.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 #FBADD1 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 173 | 209 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.02 |
| HSL | 332.31º | 0.91% | 0.83% | - |
| HSV(B) | 332.31º | 0.31% | 0.98% | - |
| XYZ | 66.24 | 55 | 67.45 | - |
| YUV | 200.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 209 | 0 | 0.31 | 0.17 | 0.02 | 332.31 | 0.91 | 0.83 |
| Hex | FB | AD | D1 | 0 | 1F | 11 | 2 | 14C | 5B | 53 |
| Octal | 373 | 255 | 321 | 0 | 37 | 21 | 2 | 514 | 133 | 123 |
| Binary | 11111011 | 10101101 | 11010001 | 0 | 11111 | 10001 | 10 | 101001100 | 1011011 | 1010011 |
Color Harmonies of #FBADD1
Complementary color
Monochromatic Colors of #FBADD1
Black with #FBADD1
Text Example
Text Example
White with #FBADD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBADD1; }
p { color: rgb(251,173,209); }
H1.HeaderClassName
{
color: #FBADD1;
}
.AnyTagClassName
{
color: #FBADD1;
}
</style>
background-color css
<style>
a { background-color: #FBADD1; }
a { background-color: rgb(251,173,209); }
div.DivClassName
{
background-color: #FBADD1;
}
.BgClassName
{
background-color: #FBADD1;
}
</style>
border-color css
<style>
span { border-color: #FBADD1; }
span { border-color: rgb(251,173,209); }
td.TdClassName
{
border-color: #FBADD1;
}
.TagClassName
{
border-color: #FBADD1;
}
</style>