Shades of Lavender Pink #FAB5DF
Tints of Lavender Pink #FAB5DF
RGB
CMYK
RGB Variations
Color information
#FAB5DF (or 0xFAB5DF) is known color: Lavender Pink. HEX triplet: FA, B5 and DF. RGB value is (250,181,223). Sum of RGB (Red+Green+Blue) = 250+181+223=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 181 (71.09% from 255 or 27.68% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB5DF is #054A20. Grayscale: #CECECE. Windows color (decimal): -346657 or 14661114. OLE color: 14661114.
HSL color Cylindrical-coordinate representation of color #FAB5DF: hue angle of 323.48º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB5DF is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 223 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.02 |
| HSL | 323.48º | 0.87% | 0.85% | - |
| HSV(B) | 323.48º | 0.28% | 0.98% | - |
| XYZ | 69.27 | 58.7 | 77.49 | - |
| YUV | 206.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 223 | 0 | 0.28 | 0.11 | 0.02 | 323.48 | 0.87 | 0.85 |
| Hex | FA | B5 | DF | 0 | 1C | B | 2 | 143 | 57 | 55 |
| Octal | 372 | 265 | 337 | 0 | 34 | 13 | 2 | 503 | 127 | 125 |
| Binary | 11111010 | 10110101 | 11011111 | 0 | 11100 | 1011 | 10 | 101000011 | 1010111 | 1010101 |
Color Harmonies of #FAB5DF
Complementary color
Monochromatic Colors of #FAB5DF
Black with #FAB5DF
Text Example
Text Example
White with #FAB5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB5DF; }
p { color: rgb(250,181,223); }
H1.HeaderClassName
{
color: #FAB5DF;
}
.AnyTagClassName
{
color: #FAB5DF;
}
</style>
background-color css
<style>
a { background-color: #FAB5DF; }
a { background-color: rgb(250,181,223); }
div.DivClassName
{
background-color: #FAB5DF;
}
.BgClassName
{
background-color: #FAB5DF;
}
</style>
border-color css
<style>
span { border-color: #FAB5DF; }
span { border-color: rgb(250,181,223); }
td.TdClassName
{
border-color: #FAB5DF;
}
.TagClassName
{
border-color: #FAB5DF;
}
</style>