Shades of Lavender Pink #FAB1DF
Tints of Lavender Pink #FAB1DF
RGB
CMYK
RGB Variations
Color information
#FAB1DF (or 0xFAB1DF) is known color: Lavender Pink. HEX triplet: FA, B1 and DF. RGB value is (250,177,223). Sum of RGB (Red+Green+Blue) = 250+177+223=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 177 (69.53% from 255 or 27.23% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1DF is #054E20. Grayscale: #CBCBCB. Windows color (decimal): -347681 or 14660090. OLE color: 14660090.
HSL color Cylindrical-coordinate representation of color #FAB1DF: hue angle of 322.19º 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 #FAB1DF is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 223 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.02 |
| HSL | 322.19º | 0.88% | 0.84% | - |
| HSV(B) | 322.19º | 0.29% | 0.98% | - |
| XYZ | 68.47 | 57.1 | 77.22 | - |
| YUV | 204.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 223 | 0 | 0.29 | 0.11 | 0.02 | 322.19 | 0.88 | 0.84 |
| Hex | FA | B1 | DF | 0 | 1D | B | 2 | 142 | 58 | 54 |
| Octal | 372 | 261 | 337 | 0 | 35 | 13 | 2 | 502 | 130 | 124 |
| Binary | 11111010 | 10110001 | 11011111 | 0 | 11101 | 1011 | 10 | 101000010 | 1011000 | 1010100 |
Color Harmonies of #FAB1DF
Complementary color
Monochromatic Colors of #FAB1DF
Black with #FAB1DF
Text Example
Text Example
White with #FAB1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB1DF; }
p { color: rgb(250,177,223); }
H1.HeaderClassName
{
color: #FAB1DF;
}
.AnyTagClassName
{
color: #FAB1DF;
}
</style>
background-color css
<style>
a { background-color: #FAB1DF; }
a { background-color: rgb(250,177,223); }
div.DivClassName
{
background-color: #FAB1DF;
}
.BgClassName
{
background-color: #FAB1DF;
}
</style>
border-color css
<style>
span { border-color: #FAB1DF; }
span { border-color: rgb(250,177,223); }
td.TdClassName
{
border-color: #FAB1DF;
}
.TagClassName
{
border-color: #FAB1DF;
}
</style>