Shades of Lavender Pink #FAB2D8
Tints of Lavender Pink #FAB2D8
RGB
CMYK
RGB Variations
Color information
#FAB2D8 (or 0xFAB2D8) is known color: Lavender Pink. HEX triplet: FA, B2 and D8. RGB value is (250,178,216). Sum of RGB (Red+Green+Blue) = 250+178+216=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 178 (69.92% from 255 or 27.64% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2D8 is #054D27. Grayscale: #CBCBCB. Windows color (decimal): -347432 or 14201594. OLE color: 14201594.
HSL color Cylindrical-coordinate representation of color #FAB2D8: hue angle of 328.33º 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 #FAB2D8 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 216 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.02 |
| HSL | 328.33º | 0.88% | 0.84% | - |
| HSV(B) | 328.33º | 0.29% | 0.98% | - |
| XYZ | 67.74 | 57.12 | 72.42 | - |
| YUV | 203.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 216 | 0 | 0.29 | 0.14 | 0.02 | 328.33 | 0.88 | 0.84 |
| Hex | FA | B2 | D8 | 0 | 1D | E | 2 | 148 | 58 | 54 |
| Octal | 372 | 262 | 330 | 0 | 35 | 16 | 2 | 510 | 130 | 124 |
| Binary | 11111010 | 10110010 | 11011000 | 0 | 11101 | 1110 | 10 | 101001000 | 1011000 | 1010100 |
Color Harmonies of #FAB2D8
Complementary color
Monochromatic Colors of #FAB2D8
Black with #FAB2D8
Text Example
Text Example
White with #FAB2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB2D8; }
p { color: rgb(250,178,216); }
H1.HeaderClassName
{
color: #FAB2D8;
}
.AnyTagClassName
{
color: #FAB2D8;
}
</style>
background-color css
<style>
a { background-color: #FAB2D8; }
a { background-color: rgb(250,178,216); }
div.DivClassName
{
background-color: #FAB2D8;
}
.BgClassName
{
background-color: #FAB2D8;
}
</style>
border-color css
<style>
span { border-color: #FAB2D8; }
span { border-color: rgb(250,178,216); }
td.TdClassName
{
border-color: #FAB2D8;
}
.TagClassName
{
border-color: #FAB2D8;
}
</style>