Shades of Lavender Pink #FAB1D5
Tints of Lavender Pink #FAB1D5
RGB
CMYK
RGB Variations
Color information
#FAB1D5 (or 0xFAB1D5) is known color: Lavender Pink. HEX triplet: FA, B1 and D5. RGB value is (250,177,213). Sum of RGB (Red+Green+Blue) = 250+177+213=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 177 (69.53% from 255 or 27.66% from 640); Blue value is 213 (83.59% from 255 or 33.28% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1D5 is #054E2A. Grayscale: #CACACA. Windows color (decimal): -347691 or 14004730. OLE color: 14004730.
HSL color Cylindrical-coordinate representation of color #FAB1D5: hue angle of 330.41º 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 #FAB1D5 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 213 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.02 |
| HSL | 330.41º | 0.88% | 0.84% | - |
| HSV(B) | 330.41º | 0.29% | 0.98% | - |
| XYZ | 67.16 | 56.57 | 70.33 | - |
| YUV | 202.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 213 | 0 | 0.29 | 0.15 | 0.02 | 330.41 | 0.88 | 0.84 |
| Hex | FA | B1 | D5 | 0 | 1D | F | 2 | 14A | 58 | 54 |
| Octal | 372 | 261 | 325 | 0 | 35 | 17 | 2 | 512 | 130 | 124 |
| Binary | 11111010 | 10110001 | 11010101 | 0 | 11101 | 1111 | 10 | 101001010 | 1011000 | 1010100 |
Color Harmonies of #FAB1D5
Complementary color
Monochromatic Colors of #FAB1D5
Black with #FAB1D5
Text Example
Text Example
White with #FAB1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB1D5; }
p { color: rgb(250,177,213); }
H1.HeaderClassName
{
color: #FAB1D5;
}
.AnyTagClassName
{
color: #FAB1D5;
}
</style>
background-color css
<style>
a { background-color: #FAB1D5; }
a { background-color: rgb(250,177,213); }
div.DivClassName
{
background-color: #FAB1D5;
}
.BgClassName
{
background-color: #FAB1D5;
}
</style>
border-color css
<style>
span { border-color: #FAB1D5; }
span { border-color: rgb(250,177,213); }
td.TdClassName
{
border-color: #FAB1D5;
}
.TagClassName
{
border-color: #FAB1D5;
}
</style>