Shades of Lavender Pink #FAB1D6
Tints of Lavender Pink #FAB1D6
RGB
CMYK
RGB Variations
Color information
#FAB1D6 (or 0xFAB1D6) is known color: Lavender Pink. HEX triplet: FA, B1 and D6. RGB value is (250,177,214). Sum of RGB (Red+Green+Blue) = 250+177+214=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 177 (69.53% from 255 or 27.61% from 641); Blue value is 214 (83.98% from 255 or 33.39% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1D6 is #054E29. Grayscale: #CACACA. Windows color (decimal): -347690 or 14070266. OLE color: 14070266.
HSL color Cylindrical-coordinate representation of color #FAB1D6: hue angle of 329.59º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAB1D6 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 214 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.02 |
| HSL | 329.59º | 0.88% | 0.84% | - |
| HSV(B) | 329.59º | 0.29% | 0.98% | - |
| XYZ | 67.28 | 56.62 | 71 | - |
| YUV | 203.05 | 134.18 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 214 | 0 | 0.29 | 0.14 | 0.02 | 329.59 | 0.88 | 0.84 |
| Hex | FA | B1 | D6 | 0 | 1D | E | 2 | 14A | 58 | 54 |
| Octal | 372 | 261 | 326 | 0 | 35 | 16 | 2 | 512 | 130 | 124 |
| Binary | 11111010 | 10110001 | 11010110 | 0 | 11101 | 1110 | 10 | 101001010 | 1011000 | 1010100 |
Color Harmonies of #FAB1D6
Complementary color
Monochromatic Colors of #FAB1D6
Black with #FAB1D6
Text Example
Text Example
White with #FAB1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB1D6; }
p { color: rgb(250,177,214); }
H1.HeaderClassName
{
color: #FAB1D6;
}
.AnyTagClassName
{
color: #FAB1D6;
}
</style>
background-color css
<style>
a { background-color: #FAB1D6; }
a { background-color: rgb(250,177,214); }
div.DivClassName
{
background-color: #FAB1D6;
}
.BgClassName
{
background-color: #FAB1D6;
}
</style>
border-color css
<style>
span { border-color: #FAB1D6; }
span { border-color: rgb(250,177,214); }
td.TdClassName
{
border-color: #FAB1D6;
}
.TagClassName
{
border-color: #FAB1D6;
}
</style>