Shades of Lavender Pink #FAACD1
Tints of Lavender Pink #FAACD1
RGB
CMYK
RGB Variations
Color information
#FAACD1 (or 0xFAACD1) is known color: Lavender Pink. HEX triplet: FA, AC and D1. RGB value is (250,172,209). Sum of RGB (Red+Green+Blue) = 250+172+209=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACD1 is #05532E. Grayscale: #C7C7C7. Windows color (decimal): -348975 or 13741306. OLE color: 13741306.
HSL color Cylindrical-coordinate representation of color #FAACD1: hue angle of 331.54º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAACD1 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 209 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.02 |
| HSL | 331.54º | 0.89% | 0.83% | - |
| HSV(B) | 331.54º | 0.31% | 0.98% | - |
| XYZ | 65.69 | 54.43 | 67.37 | - |
| YUV | 199.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 209 | 0 | 0.31 | 0.16 | 0.02 | 331.54 | 0.89 | 0.83 |
| Hex | FA | AC | D1 | 0 | 1F | 10 | 2 | 14C | 59 | 53 |
| Octal | 372 | 254 | 321 | 0 | 37 | 20 | 2 | 514 | 131 | 123 |
| Binary | 11111010 | 10101100 | 11010001 | 0 | 11111 | 10000 | 10 | 101001100 | 1011001 | 1010011 |
Color Harmonies of #FAACD1
Complementary color
Monochromatic Colors of #FAACD1
Black with #FAACD1
Text Example
Text Example
White with #FAACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACD1; }
p { color: rgb(250,172,209); }
H1.HeaderClassName
{
color: #FAACD1;
}
.AnyTagClassName
{
color: #FAACD1;
}
</style>
background-color css
<style>
a { background-color: #FAACD1; }
a { background-color: rgb(250,172,209); }
div.DivClassName
{
background-color: #FAACD1;
}
.BgClassName
{
background-color: #FAACD1;
}
</style>
border-color css
<style>
span { border-color: #FAACD1; }
span { border-color: rgb(250,172,209); }
td.TdClassName
{
border-color: #FAACD1;
}
.TagClassName
{
border-color: #FAACD1;
}
</style>