Shades of Lavender Pink #FAB4DD
Tints of Lavender Pink #FAB4DD
RGB
CMYK
RGB Variations
Color information
#FAB4DD (or 0xFAB4DD) is known color: Lavender Pink. HEX triplet: FA, B4 and DD. RGB value is (250,180,221). Sum of RGB (Red+Green+Blue) = 250+180+221=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 180 (70.70% from 255 or 27.65% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB4DD is #054B22. Grayscale: #CDCDCD. Windows color (decimal): -346915 or 14529786. OLE color: 14529786.
HSL color Cylindrical-coordinate representation of color #FAB4DD: hue angle of 324.86º 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 #FAB4DD is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 221 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.02 |
| HSL | 324.86º | 0.88% | 0.84% | - |
| HSV(B) | 324.86º | 0.28% | 0.98% | - |
| XYZ | 68.8 | 58.19 | 76.01 | - |
| YUV | 205.6 | 136.69 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 221 | 0 | 0.28 | 0.12 | 0.02 | 324.86 | 0.88 | 0.84 |
| Hex | FA | B4 | DD | 0 | 1C | C | 2 | 145 | 58 | 54 |
| Octal | 372 | 264 | 335 | 0 | 34 | 14 | 2 | 505 | 130 | 124 |
| Binary | 11111010 | 10110100 | 11011101 | 0 | 11100 | 1100 | 10 | 101000101 | 1011000 | 1010100 |
Color Harmonies of #FAB4DD
Complementary color
Monochromatic Colors of #FAB4DD
Black with #FAB4DD
Text Example
Text Example
White with #FAB4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB4DD; }
p { color: rgb(250,180,221); }
H1.HeaderClassName
{
color: #FAB4DD;
}
.AnyTagClassName
{
color: #FAB4DD;
}
</style>
background-color css
<style>
a { background-color: #FAB4DD; }
a { background-color: rgb(250,180,221); }
div.DivClassName
{
background-color: #FAB4DD;
}
.BgClassName
{
background-color: #FAB4DD;
}
</style>
border-color css
<style>
span { border-color: #FAB4DD; }
span { border-color: rgb(250,180,221); }
td.TdClassName
{
border-color: #FAB4DD;
}
.TagClassName
{
border-color: #FAB4DD;
}
</style>