Shades of Lavender Pink #FAB0D6
Tints of Lavender Pink #FAB0D6
RGB
CMYK
RGB Variations
Color information
#FAB0D6 (or 0xFAB0D6) is known color: Lavender Pink. HEX triplet: FA, B0 and D6. RGB value is (250,176,214). Sum of RGB (Red+Green+Blue) = 250+176+214=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 176 (69.14% from 255 or 27.5% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0D6 is #054F29. Grayscale: #CACACA. Windows color (decimal): -347946 or 14070010. OLE color: 14070010.
HSL color Cylindrical-coordinate representation of color #FAB0D6: hue angle of 329.19º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAB0D6 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 214 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.02 |
| HSL | 329.19º | 0.88% | 0.84% | - |
| HSV(B) | 329.19º | 0.3% | 0.98% | - |
| XYZ | 67.09 | 56.23 | 70.94 | - |
| YUV | 202.46 | 134.52 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 214 | 0 | 0.30 | 0.14 | 0.02 | 329.19 | 0.88 | 0.84 |
| Hex | FA | B0 | D6 | 0 | 1E | E | 2 | 149 | 58 | 54 |
| Octal | 372 | 260 | 326 | 0 | 36 | 16 | 2 | 511 | 130 | 124 |
| Binary | 11111010 | 10110000 | 11010110 | 0 | 11110 | 1110 | 10 | 101001001 | 1011000 | 1010100 |
Color Harmonies of #FAB0D6
Complementary color
Monochromatic Colors of #FAB0D6
Black with #FAB0D6
Text Example
Text Example
White with #FAB0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0D6; }
p { color: rgb(250,176,214); }
H1.HeaderClassName
{
color: #FAB0D6;
}
.AnyTagClassName
{
color: #FAB0D6;
}
</style>
background-color css
<style>
a { background-color: #FAB0D6; }
a { background-color: rgb(250,176,214); }
div.DivClassName
{
background-color: #FAB0D6;
}
.BgClassName
{
background-color: #FAB0D6;
}
</style>
border-color css
<style>
span { border-color: #FAB0D6; }
span { border-color: rgb(250,176,214); }
td.TdClassName
{
border-color: #FAB0D6;
}
.TagClassName
{
border-color: #FAB0D6;
}
</style>