Shades of Lavender Pink #FAAAD2
Tints of Lavender Pink #FAAAD2
RGB
CMYK
RGB Variations
Color information
#FAAAD2 (or 0xFAAAD2) is known color: Lavender Pink. HEX triplet: FA, AA and D2. RGB value is (250,170,210). Sum of RGB (Red+Green+Blue) = 250+170+210=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 210 (82.42% from 255 or 33.33% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAD2 is #05552D. Grayscale: #C6C6C6. Windows color (decimal): -349486 or 13806330. OLE color: 13806330.
HSL color Cylindrical-coordinate representation of color #FAAAD2: hue angle of 330º 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 #FAAAD2 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 210 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.02 |
| HSL | 330º | 0.89% | 0.82% | - |
| HSV(B) | 330º | 0.32% | 0.98% | - |
| XYZ | 65.43 | 53.73 | 67.89 | - |
| YUV | 198.48 | 134.5 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 210 | 0 | 0.32 | 0.16 | 0.02 | 330 | 0.89 | 0.82 |
| Hex | FA | AA | D2 | 0 | 20 | 10 | 2 | 14A | 59 | 52 |
| Octal | 372 | 252 | 322 | 0 | 40 | 20 | 2 | 512 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11010010 | 0 | 100000 | 10000 | 10 | 101001010 | 1011001 | 1010010 |
Color Harmonies of #FAAAD2
Complementary color
Monochromatic Colors of #FAAAD2
Black with #FAAAD2
Text Example
Text Example
White with #FAAAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAD2; }
p { color: rgb(250,170,210); }
H1.HeaderClassName
{
color: #FAAAD2;
}
.AnyTagClassName
{
color: #FAAAD2;
}
</style>
background-color css
<style>
a { background-color: #FAAAD2; }
a { background-color: rgb(250,170,210); }
div.DivClassName
{
background-color: #FAAAD2;
}
.BgClassName
{
background-color: #FAAAD2;
}
</style>
border-color css
<style>
span { border-color: #FAAAD2; }
span { border-color: rgb(250,170,210); }
td.TdClassName
{
border-color: #FAAAD2;
}
.TagClassName
{
border-color: #FAAAD2;
}
</style>