Shades of Lavender Pink #FAAACD
Tints of Lavender Pink #FAAACD
RGB
CMYK
RGB Variations
Color information
#FAAACD (or 0xFAAACD) is known color: Lavender Pink. HEX triplet: FA, AA and CD. RGB value is (250,170,205). Sum of RGB (Red+Green+Blue) = 250+170+205=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAACD is #055532. Grayscale: #C5C5C5. Windows color (decimal): -349491 or 13478650. OLE color: 13478650.
HSL color Cylindrical-coordinate representation of color #FAAACD: hue angle of 333.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAAACD is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 205 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.02 |
| HSL | 333.75º | 0.89% | 0.82% | - |
| HSV(B) | 333.75º | 0.32% | 0.98% | - |
| XYZ | 64.82 | 53.48 | 64.66 | - |
| YUV | 197.91 | 132 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 205 | 0 | 0.32 | 0.18 | 0.02 | 333.75 | 0.89 | 0.82 |
| Hex | FA | AA | CD | 0 | 20 | 12 | 2 | 14E | 59 | 52 |
| Octal | 372 | 252 | 315 | 0 | 40 | 22 | 2 | 516 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11001101 | 0 | 100000 | 10010 | 10 | 101001110 | 1011001 | 1010010 |
Color Harmonies of #FAAACD
Complementary color
Monochromatic Colors of #FAAACD
Black with #FAAACD
Text Example
Text Example
White with #FAAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAACD; }
p { color: rgb(250,170,205); }
H1.HeaderClassName
{
color: #FAAACD;
}
.AnyTagClassName
{
color: #FAAACD;
}
</style>
background-color css
<style>
a { background-color: #FAAACD; }
a { background-color: rgb(250,170,205); }
div.DivClassName
{
background-color: #FAAACD;
}
.BgClassName
{
background-color: #FAAACD;
}
</style>
border-color css
<style>
span { border-color: #FAAACD; }
span { border-color: rgb(250,170,205); }
td.TdClassName
{
border-color: #FAAACD;
}
.TagClassName
{
border-color: #FAAACD;
}
</style>