Shades of Lavender Pink #FAB0DD
Tints of Lavender Pink #FAB0DD
RGB
CMYK
RGB Variations
Color information
#FAB0DD (or 0xFAB0DD) is known color: Lavender Pink. HEX triplet: FA, B0 and DD. RGB value is (250,176,221). Sum of RGB (Red+Green+Blue) = 250+176+221=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 176 (69.14% from 255 or 27.20% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0DD is #054F22. Grayscale: #CBCBCB. Windows color (decimal): -347939 or 14528762. OLE color: 14528762.
HSL color Cylindrical-coordinate representation of color #FAB0DD: hue angle of 323.51º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAB0DD is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 221 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.02 |
| HSL | 323.51º | 0.88% | 0.84% | - |
| HSV(B) | 323.51º | 0.3% | 0.98% | - |
| XYZ | 68 | 56.6 | 75.75 | - |
| YUV | 203.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 221 | 0 | 0.30 | 0.12 | 0.02 | 323.51 | 0.88 | 0.84 |
| Hex | FA | B0 | DD | 0 | 1E | C | 2 | 144 | 58 | 54 |
| Octal | 372 | 260 | 335 | 0 | 36 | 14 | 2 | 504 | 130 | 124 |
| Binary | 11111010 | 10110000 | 11011101 | 0 | 11110 | 1100 | 10 | 101000100 | 1011000 | 1010100 |
Color Harmonies of #FAB0DD
Complementary color
Monochromatic Colors of #FAB0DD
Black with #FAB0DD
Text Example
Text Example
White with #FAB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0DD; }
p { color: rgb(250,176,221); }
H1.HeaderClassName
{
color: #FAB0DD;
}
.AnyTagClassName
{
color: #FAB0DD;
}
</style>
background-color css
<style>
a { background-color: #FAB0DD; }
a { background-color: rgb(250,176,221); }
div.DivClassName
{
background-color: #FAB0DD;
}
.BgClassName
{
background-color: #FAB0DD;
}
</style>
border-color css
<style>
span { border-color: #FAB0DD; }
span { border-color: rgb(250,176,221); }
td.TdClassName
{
border-color: #FAB0DD;
}
.TagClassName
{
border-color: #FAB0DD;
}
</style>