Shades of Lavender Pink #FAB2D1
Tints of Lavender Pink #FAB2D1
RGB
CMYK
RGB Variations
Color information
#FAB2D1 (or 0xFAB2D1) is known color: Lavender Pink. HEX triplet: FA, B2 and D1. RGB value is (250,178,209). Sum of RGB (Red+Green+Blue) = 250+178+209=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 178 (69.92% from 255 or 27.94% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2D1 is #054D2E. Grayscale: #CBCBCB. Windows color (decimal): -347439 or 13742842. OLE color: 13742842.
HSL color Cylindrical-coordinate representation of color #FAB2D1: hue angle of 334.17º 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 #FAB2D1 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 209 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.02 |
| HSL | 334.17º | 0.88% | 0.84% | - |
| HSV(B) | 334.17º | 0.29% | 0.98% | - |
| XYZ | 66.85 | 56.77 | 67.76 | - |
| YUV | 203.06 | 131.35 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 209 | 0 | 0.29 | 0.16 | 0.02 | 334.17 | 0.88 | 0.84 |
| Hex | FA | B2 | D1 | 0 | 1D | 10 | 2 | 14E | 58 | 54 |
| Octal | 372 | 262 | 321 | 0 | 35 | 20 | 2 | 516 | 130 | 124 |
| Binary | 11111010 | 10110010 | 11010001 | 0 | 11101 | 10000 | 10 | 101001110 | 1011000 | 1010100 |
Color Harmonies of #FAB2D1
Complementary color
Monochromatic Colors of #FAB2D1
Black with #FAB2D1
Text Example
Text Example
White with #FAB2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB2D1; }
p { color: rgb(250,178,209); }
H1.HeaderClassName
{
color: #FAB2D1;
}
.AnyTagClassName
{
color: #FAB2D1;
}
</style>
background-color css
<style>
a { background-color: #FAB2D1; }
a { background-color: rgb(250,178,209); }
div.DivClassName
{
background-color: #FAB2D1;
}
.BgClassName
{
background-color: #FAB2D1;
}
</style>
border-color css
<style>
span { border-color: #FAB2D1; }
span { border-color: rgb(250,178,209); }
td.TdClassName
{
border-color: #FAB2D1;
}
.TagClassName
{
border-color: #FAB2D1;
}
</style>