Shades of Lavender Pink #FAACD6
Tints of Lavender Pink #FAACD6
RGB
CMYK
RGB Variations
Color information
#FAACD6 (or 0xFAACD6) is known color: Lavender Pink. HEX triplet: FA, AC and D6. RGB value is (250,172,214). Sum of RGB (Red+Green+Blue) = 250+172+214=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 172 (67.58% from 255 or 27.04% from 636); Blue value is 214 (83.98% from 255 or 33.65% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACD6 is #055329. Grayscale: #C8C8C8. Windows color (decimal): -348970 or 14068986. OLE color: 14068986.
HSL color Cylindrical-coordinate representation of color #FAACD6: hue angle of 327.69º 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 #FAACD6 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 214 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.02 |
| HSL | 327.69º | 0.89% | 0.83% | - |
| HSV(B) | 327.69º | 0.31% | 0.98% | - |
| XYZ | 66.31 | 54.68 | 70.68 | - |
| YUV | 200.11 | 135.84 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 214 | 0 | 0.31 | 0.14 | 0.02 | 327.69 | 0.89 | 0.83 |
| Hex | FA | AC | D6 | 0 | 1F | E | 2 | 148 | 59 | 53 |
| Octal | 372 | 254 | 326 | 0 | 37 | 16 | 2 | 510 | 131 | 123 |
| Binary | 11111010 | 10101100 | 11010110 | 0 | 11111 | 1110 | 10 | 101001000 | 1011001 | 1010011 |
Color Harmonies of #FAACD6
Complementary color
Monochromatic Colors of #FAACD6
Black with #FAACD6
Text Example
Text Example
White with #FAACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACD6; }
p { color: rgb(250,172,214); }
H1.HeaderClassName
{
color: #FAACD6;
}
.AnyTagClassName
{
color: #FAACD6;
}
</style>
background-color css
<style>
a { background-color: #FAACD6; }
a { background-color: rgb(250,172,214); }
div.DivClassName
{
background-color: #FAACD6;
}
.BgClassName
{
background-color: #FAACD6;
}
</style>
border-color css
<style>
span { border-color: #FAACD6; }
span { border-color: rgb(250,172,214); }
td.TdClassName
{
border-color: #FAACD6;
}
.TagClassName
{
border-color: #FAACD6;
}
</style>