Shades of Lavender Pink #FAB2D3
Tints of Lavender Pink #FAB2D3
RGB
CMYK
RGB Variations
Color information
#FAB2D3 (or 0xFAB2D3) is known color: Lavender Pink. HEX triplet: FA, B2 and D3. RGB value is (250,178,211). Sum of RGB (Red+Green+Blue) = 250+178+211=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 178 (69.92% from 255 or 27.86% from 639); Blue value is 211 (82.81% from 255 or 33.02% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2D3 is #054D2C. Grayscale: #CBCBCB. Windows color (decimal): -347437 or 13873914. OLE color: 13873914.
HSL color Cylindrical-coordinate representation of color #FAB2D3: hue angle of 332.5º 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 #FAB2D3 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 211 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.02 |
| HSL | 332.5º | 0.88% | 0.84% | - |
| HSV(B) | 332.5º | 0.29% | 0.98% | - |
| XYZ | 67.1 | 56.87 | 69.07 | - |
| YUV | 203.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 211 | 0 | 0.29 | 0.16 | 0.02 | 332.5 | 0.88 | 0.84 |
| Hex | FA | B2 | D3 | 0 | 1D | 10 | 2 | 14C | 58 | 54 |
| Octal | 372 | 262 | 323 | 0 | 35 | 20 | 2 | 514 | 130 | 124 |
| Binary | 11111010 | 10110010 | 11010011 | 0 | 11101 | 10000 | 10 | 101001100 | 1011000 | 1010100 |
Color Harmonies of #FAB2D3
Complementary color
Monochromatic Colors of #FAB2D3
Black with #FAB2D3
Text Example
Text Example
White with #FAB2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB2D3; }
p { color: rgb(250,178,211); }
H1.HeaderClassName
{
color: #FAB2D3;
}
.AnyTagClassName
{
color: #FAB2D3;
}
</style>
background-color css
<style>
a { background-color: #FAB2D3; }
a { background-color: rgb(250,178,211); }
div.DivClassName
{
background-color: #FAB2D3;
}
.BgClassName
{
background-color: #FAB2D3;
}
</style>
border-color css
<style>
span { border-color: #FAB2D3; }
span { border-color: rgb(250,178,211); }
td.TdClassName
{
border-color: #FAB2D3;
}
.TagClassName
{
border-color: #FAB2D3;
}
</style>