Shades of Lavender Pink #FAB1D0
Tints of Lavender Pink #FAB1D0
RGB
CMYK
RGB Variations
Color information
#FAB1D0 (or 0xFAB1D0) is known color: Lavender Pink. HEX triplet: FA, B1 and D0. RGB value is (250,177,208). Sum of RGB (Red+Green+Blue) = 250+177+208=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 177 (69.53% from 255 or 27.87% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1D0 is #054E2F. Grayscale: #CACACA. Windows color (decimal): -347696 or 13677050. OLE color: 13677050.
HSL color Cylindrical-coordinate representation of color #FAB1D0: hue angle of 334.52º 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 #FAB1D0 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 208 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.02 |
| HSL | 334.52º | 0.88% | 0.84% | - |
| HSV(B) | 334.52º | 0.29% | 0.98% | - |
| XYZ | 66.53 | 56.32 | 67.04 | - |
| YUV | 202.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 208 | 0 | 0.29 | 0.17 | 0.02 | 334.52 | 0.88 | 0.84 |
| Hex | FA | B1 | D0 | 0 | 1D | 11 | 2 | 14F | 58 | 54 |
| Octal | 372 | 261 | 320 | 0 | 35 | 21 | 2 | 517 | 130 | 124 |
| Binary | 11111010 | 10110001 | 11010000 | 0 | 11101 | 10001 | 10 | 101001111 | 1011000 | 1010100 |
Color Harmonies of #FAB1D0
Complementary color
Monochromatic Colors of #FAB1D0
Black with #FAB1D0
Text Example
Text Example
White with #FAB1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB1D0; }
p { color: rgb(250,177,208); }
H1.HeaderClassName
{
color: #FAB1D0;
}
.AnyTagClassName
{
color: #FAB1D0;
}
</style>
background-color css
<style>
a { background-color: #FAB1D0; }
a { background-color: rgb(250,177,208); }
div.DivClassName
{
background-color: #FAB1D0;
}
.BgClassName
{
background-color: #FAB1D0;
}
</style>
border-color css
<style>
span { border-color: #FAB1D0; }
span { border-color: rgb(250,177,208); }
td.TdClassName
{
border-color: #FAB1D0;
}
.TagClassName
{
border-color: #FAB1D0;
}
</style>