Shades of Lavender Pink #FAB5DD
Tints of Lavender Pink #FAB5DD
RGB
CMYK
RGB Variations
Color information
#FAB5DD (or 0xFAB5DD) is known color: Lavender Pink. HEX triplet: FA, B5 and DD. RGB value is (250,181,221). Sum of RGB (Red+Green+Blue) = 250+181+221=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 181 (71.09% from 255 or 27.76% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB5DD is #054A22. Grayscale: #CECECE. Windows color (decimal): -346659 or 14530042. OLE color: 14530042.
HSL color Cylindrical-coordinate representation of color #FAB5DD: hue angle of 325.22º 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 #FAB5DD is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 221 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.02 |
| HSL | 325.22º | 0.87% | 0.85% | - |
| HSV(B) | 325.22º | 0.28% | 0.98% | - |
| XYZ | 69 | 58.59 | 76.08 | - |
| YUV | 206.19 | 136.36 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 221 | 0 | 0.28 | 0.12 | 0.02 | 325.22 | 0.87 | 0.85 |
| Hex | FA | B5 | DD | 0 | 1C | C | 2 | 145 | 57 | 55 |
| Octal | 372 | 265 | 335 | 0 | 34 | 14 | 2 | 505 | 127 | 125 |
| Binary | 11111010 | 10110101 | 11011101 | 0 | 11100 | 1100 | 10 | 101000101 | 1010111 | 1010101 |
Color Harmonies of #FAB5DD
Complementary color
Monochromatic Colors of #FAB5DD
Black with #FAB5DD
Text Example
Text Example
White with #FAB5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB5DD; }
p { color: rgb(250,181,221); }
H1.HeaderClassName
{
color: #FAB5DD;
}
.AnyTagClassName
{
color: #FAB5DD;
}
</style>
background-color css
<style>
a { background-color: #FAB5DD; }
a { background-color: rgb(250,181,221); }
div.DivClassName
{
background-color: #FAB5DD;
}
.BgClassName
{
background-color: #FAB5DD;
}
</style>
border-color css
<style>
span { border-color: #FAB5DD; }
span { border-color: rgb(250,181,221); }
td.TdClassName
{
border-color: #FAB5DD;
}
.TagClassName
{
border-color: #FAB5DD;
}
</style>