Shades of Lavender Pink #FAB1D4
Tints of Lavender Pink #FAB1D4
RGB
CMYK
RGB Variations
Color information
#FAB1D4 (or 0xFAB1D4) is known color: Lavender Pink. HEX triplet: FA, B1 and D4. RGB value is (250,177,212). Sum of RGB (Red+Green+Blue) = 250+177+212=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 177 (69.53% from 255 or 27.70% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1D4 is #054E2B. Grayscale: #CACACA. Windows color (decimal): -347692 or 13939194. OLE color: 13939194.
HSL color Cylindrical-coordinate representation of color #FAB1D4: hue angle of 331.23º 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 #FAB1D4 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 212 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.02 |
| HSL | 331.23º | 0.88% | 0.84% | - |
| HSV(B) | 331.23º | 0.29% | 0.98% | - |
| XYZ | 67.03 | 56.52 | 69.66 | - |
| YUV | 202.82 | 133.18 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 212 | 0 | 0.29 | 0.15 | 0.02 | 331.23 | 0.88 | 0.84 |
| Hex | FA | B1 | D4 | 0 | 1D | F | 2 | 14B | 58 | 54 |
| Octal | 372 | 261 | 324 | 0 | 35 | 17 | 2 | 513 | 130 | 124 |
| Binary | 11111010 | 10110001 | 11010100 | 0 | 11101 | 1111 | 10 | 101001011 | 1011000 | 1010100 |
Color Harmonies of #FAB1D4
Complementary color
Monochromatic Colors of #FAB1D4
Black with #FAB1D4
Text Example
Text Example
White with #FAB1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB1D4; }
p { color: rgb(250,177,212); }
H1.HeaderClassName
{
color: #FAB1D4;
}
.AnyTagClassName
{
color: #FAB1D4;
}
</style>
background-color css
<style>
a { background-color: #FAB1D4; }
a { background-color: rgb(250,177,212); }
div.DivClassName
{
background-color: #FAB1D4;
}
.BgClassName
{
background-color: #FAB1D4;
}
</style>
border-color css
<style>
span { border-color: #FAB1D4; }
span { border-color: rgb(250,177,212); }
td.TdClassName
{
border-color: #FAB1D4;
}
.TagClassName
{
border-color: #FAB1D4;
}
</style>