Shades of Lavender Pink #FAB4DF
Tints of Lavender Pink #FAB4DF
RGB
CMYK
RGB Variations
Color information
#FAB4DF (or 0xFAB4DF) is known color: Lavender Pink. HEX triplet: FA, B4 and DF. RGB value is (250,180,223). Sum of RGB (Red+Green+Blue) = 250+180+223=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 180 (70.70% from 255 or 27.57% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB4DF is #054B20. Grayscale: #CDCDCD. Windows color (decimal): -346913 or 14660858. OLE color: 14660858.
HSL color Cylindrical-coordinate representation of color #FAB4DF: hue angle of 323.14º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB4DF is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 223 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.02 |
| HSL | 323.14º | 0.88% | 0.84% | - |
| HSV(B) | 323.14º | 0.28% | 0.98% | - |
| XYZ | 69.06 | 58.29 | 77.42 | - |
| YUV | 205.83 | 137.69 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 223 | 0 | 0.28 | 0.11 | 0.02 | 323.14 | 0.88 | 0.84 |
| Hex | FA | B4 | DF | 0 | 1C | B | 2 | 143 | 58 | 54 |
| Octal | 372 | 264 | 337 | 0 | 34 | 13 | 2 | 503 | 130 | 124 |
| Binary | 11111010 | 10110100 | 11011111 | 0 | 11100 | 1011 | 10 | 101000011 | 1011000 | 1010100 |
Color Harmonies of #FAB4DF
Complementary color
Monochromatic Colors of #FAB4DF
Black with #FAB4DF
Text Example
Text Example
White with #FAB4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB4DF; }
p { color: rgb(250,180,223); }
H1.HeaderClassName
{
color: #FAB4DF;
}
.AnyTagClassName
{
color: #FAB4DF;
}
</style>
background-color css
<style>
a { background-color: #FAB4DF; }
a { background-color: rgb(250,180,223); }
div.DivClassName
{
background-color: #FAB4DF;
}
.BgClassName
{
background-color: #FAB4DF;
}
</style>
border-color css
<style>
span { border-color: #FAB4DF; }
span { border-color: rgb(250,180,223); }
td.TdClassName
{
border-color: #FAB4DF;
}
.TagClassName
{
border-color: #FAB4DF;
}
</style>