Shades of Lavender Pink #FAB3D3
Tints of Lavender Pink #FAB3D3
RGB
CMYK
RGB Variations
Color information
#FAB3D3 (or 0xFAB3D3) is known color: Lavender Pink. HEX triplet: FA, B3 and D3. RGB value is (250,179,211). Sum of RGB (Red+Green+Blue) = 250+179+211=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 179 (70.31% from 255 or 27.97% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3D3 is #054C2C. Grayscale: #CBCBCB. Windows color (decimal): -347181 or 13874170. OLE color: 13874170.
HSL color Cylindrical-coordinate representation of color #FAB3D3: hue angle of 332.96º 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 #FAB3D3 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 211 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.02 |
| HSL | 332.96º | 0.88% | 0.84% | - |
| HSV(B) | 332.96º | 0.28% | 0.98% | - |
| XYZ | 67.3 | 57.27 | 69.13 | - |
| YUV | 203.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 211 | 0 | 0.28 | 0.16 | 0.02 | 332.96 | 0.88 | 0.84 |
| Hex | FA | B3 | D3 | 0 | 1C | 10 | 2 | 14D | 58 | 54 |
| Octal | 372 | 263 | 323 | 0 | 34 | 20 | 2 | 515 | 130 | 124 |
| Binary | 11111010 | 10110011 | 11010011 | 0 | 11100 | 10000 | 10 | 101001101 | 1011000 | 1010100 |
Color Harmonies of #FAB3D3
Complementary color
Monochromatic Colors of #FAB3D3
Black with #FAB3D3
Text Example
Text Example
White with #FAB3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB3D3; }
p { color: rgb(250,179,211); }
H1.HeaderClassName
{
color: #FAB3D3;
}
.AnyTagClassName
{
color: #FAB3D3;
}
</style>
background-color css
<style>
a { background-color: #FAB3D3; }
a { background-color: rgb(250,179,211); }
div.DivClassName
{
background-color: #FAB3D3;
}
.BgClassName
{
background-color: #FAB3D3;
}
</style>
border-color css
<style>
span { border-color: #FAB3D3; }
span { border-color: rgb(250,179,211); }
td.TdClassName
{
border-color: #FAB3D3;
}
.TagClassName
{
border-color: #FAB3D3;
}
</style>