Shades of Lavender Pink #FAB6DF
Tints of Lavender Pink #FAB6DF
RGB
CMYK
RGB Variations
Color information
#FAB6DF (or 0xFAB6DF) is known color: Lavender Pink. HEX triplet: FA, B6 and DF. RGB value is (250,182,223). Sum of RGB (Red+Green+Blue) = 250+182+223=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 182 (71.48% from 255 or 27.79% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB6DF is #054920. Grayscale: #CECECE. Windows color (decimal): -346401 or 14661370. OLE color: 14661370.
HSL color Cylindrical-coordinate representation of color #FAB6DF: hue angle of 323.82º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB6DF is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 223 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.02 |
| HSL | 323.82º | 0.87% | 0.85% | - |
| HSV(B) | 323.82º | 0.27% | 0.98% | - |
| XYZ | 69.47 | 59.11 | 77.56 | - |
| YUV | 207.01 | 137.03 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 223 | 0 | 0.27 | 0.11 | 0.02 | 323.82 | 0.87 | 0.85 |
| Hex | FA | B6 | DF | 0 | 1B | B | 2 | 144 | 57 | 55 |
| Octal | 372 | 266 | 337 | 0 | 33 | 13 | 2 | 504 | 127 | 125 |
| Binary | 11111010 | 10110110 | 11011111 | 0 | 11011 | 1011 | 10 | 101000100 | 1010111 | 1010101 |
Color Harmonies of #FAB6DF
Complementary color
Monochromatic Colors of #FAB6DF
Black with #FAB6DF
Text Example
Text Example
White with #FAB6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB6DF; }
p { color: rgb(250,182,223); }
H1.HeaderClassName
{
color: #FAB6DF;
}
.AnyTagClassName
{
color: #FAB6DF;
}
</style>
background-color css
<style>
a { background-color: #FAB6DF; }
a { background-color: rgb(250,182,223); }
div.DivClassName
{
background-color: #FAB6DF;
}
.BgClassName
{
background-color: #FAB6DF;
}
</style>
border-color css
<style>
span { border-color: #FAB6DF; }
span { border-color: rgb(250,182,223); }
td.TdClassName
{
border-color: #FAB6DF;
}
.TagClassName
{
border-color: #FAB6DF;
}
</style>