Shades of Lavender Pink #FAB1D8
Tints of Lavender Pink #FAB1D8
RGB
CMYK
RGB Variations
Color information
#FAB1D8 (or 0xFAB1D8) is known color: Lavender Pink. HEX triplet: FA, B1 and D8. RGB value is (250,177,216). Sum of RGB (Red+Green+Blue) = 250+177+216=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 177 (69.53% from 255 or 27.53% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1D8 is #054E27. Grayscale: #CBCBCB. Windows color (decimal): -347688 or 14201338. OLE color: 14201338.
HSL color Cylindrical-coordinate representation of color #FAB1D8: hue angle of 327.95º 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 #FAB1D8 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 216 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.02 |
| HSL | 327.95º | 0.88% | 0.84% | - |
| HSV(B) | 327.95º | 0.29% | 0.98% | - |
| XYZ | 67.54 | 56.73 | 72.36 | - |
| YUV | 203.27 | 135.18 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 216 | 0 | 0.29 | 0.14 | 0.02 | 327.95 | 0.88 | 0.84 |
| Hex | FA | B1 | D8 | 0 | 1D | E | 2 | 148 | 58 | 54 |
| Octal | 372 | 261 | 330 | 0 | 35 | 16 | 2 | 510 | 130 | 124 |
| Binary | 11111010 | 10110001 | 11011000 | 0 | 11101 | 1110 | 10 | 101001000 | 1011000 | 1010100 |
Color Harmonies of #FAB1D8
Complementary color
Monochromatic Colors of #FAB1D8
Black with #FAB1D8
Text Example
Text Example
White with #FAB1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB1D8; }
p { color: rgb(250,177,216); }
H1.HeaderClassName
{
color: #FAB1D8;
}
.AnyTagClassName
{
color: #FAB1D8;
}
</style>
background-color css
<style>
a { background-color: #FAB1D8; }
a { background-color: rgb(250,177,216); }
div.DivClassName
{
background-color: #FAB1D8;
}
.BgClassName
{
background-color: #FAB1D8;
}
</style>
border-color css
<style>
span { border-color: #FAB1D8; }
span { border-color: rgb(250,177,216); }
td.TdClassName
{
border-color: #FAB1D8;
}
.TagClassName
{
border-color: #FAB1D8;
}
</style>