Shades of Lavender Pink #FAB3D2
Tints of Lavender Pink #FAB3D2
RGB
CMYK
RGB Variations
Color information
#FAB3D2 (or 0xFAB3D2) is known color: Lavender Pink. HEX triplet: FA, B3 and D2. RGB value is (250,179,210). Sum of RGB (Red+Green+Blue) = 250+179+210=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 179 (70.31% from 255 or 28.01% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3D2 is #054C2D. Grayscale: #CBCBCB. Windows color (decimal): -347182 or 13808634. OLE color: 13808634.
HSL color Cylindrical-coordinate representation of color #FAB3D2: hue angle of 333.8º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB3D2 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 210 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.02 |
| HSL | 333.8º | 0.88% | 0.84% | - |
| HSV(B) | 333.8º | 0.28% | 0.98% | - |
| XYZ | 67.18 | 57.22 | 68.48 | - |
| YUV | 203.76 | 131.52 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 210 | 0 | 0.28 | 0.16 | 0.02 | 333.8 | 0.88 | 0.84 |
| Hex | FA | B3 | D2 | 0 | 1C | 10 | 2 | 14E | 58 | 54 |
| Octal | 372 | 263 | 322 | 0 | 34 | 20 | 2 | 516 | 130 | 124 |
| Binary | 11111010 | 10110011 | 11010010 | 0 | 11100 | 10000 | 10 | 101001110 | 1011000 | 1010100 |
Color Harmonies of #FAB3D2
Complementary color
Monochromatic Colors of #FAB3D2
Black with #FAB3D2
Text Example
Text Example
White with #FAB3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB3D2; }
p { color: rgb(250,179,210); }
H1.HeaderClassName
{
color: #FAB3D2;
}
.AnyTagClassName
{
color: #FAB3D2;
}
</style>
background-color css
<style>
a { background-color: #FAB3D2; }
a { background-color: rgb(250,179,210); }
div.DivClassName
{
background-color: #FAB3D2;
}
.BgClassName
{
background-color: #FAB3D2;
}
</style>
border-color css
<style>
span { border-color: #FAB3D2; }
span { border-color: rgb(250,179,210); }
td.TdClassName
{
border-color: #FAB3D2;
}
.TagClassName
{
border-color: #FAB3D2;
}
</style>