Shades of Lavender Pink #FAA2D5
Tints of Lavender Pink #FAA2D5
RGB
CMYK
RGB Variations
Color information
#FAA2D5 (or 0xFAA2D5) is known color: Lavender Pink. HEX triplet: FA, A2 and D5. RGB value is (250,162,213). Sum of RGB (Red+Green+Blue) = 250+162+213=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 162 (63.67% from 255 or 25.92% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2D5 is #055D2A. Grayscale: #C2C2C2. Windows color (decimal): -351531 or 14000890. OLE color: 14000890.
HSL color Cylindrical-coordinate representation of color #FAA2D5: hue angle of 325.23º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAA2D5 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 213 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.02 |
| HSL | 325.23º | 0.9% | 0.81% | - |
| HSV(B) | 325.23º | 0.35% | 0.98% | - |
| XYZ | 64.35 | 50.97 | 69.4 | - |
| YUV | 194.13 | 138.65 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 213 | 0 | 0.35 | 0.15 | 0.02 | 325.23 | 0.9 | 0.81 |
| Hex | FA | A2 | D5 | 0 | 23 | F | 2 | 145 | 5A | 51 |
| Octal | 372 | 242 | 325 | 0 | 43 | 17 | 2 | 505 | 132 | 121 |
| Binary | 11111010 | 10100010 | 11010101 | 0 | 100011 | 1111 | 10 | 101000101 | 1011010 | 1010001 |
Color Harmonies of #FAA2D5
Complementary color
Monochromatic Colors of #FAA2D5
Black with #FAA2D5
Text Example
Text Example
White with #FAA2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2D5; }
p { color: rgb(250,162,213); }
H1.HeaderClassName
{
color: #FAA2D5;
}
.AnyTagClassName
{
color: #FAA2D5;
}
</style>
background-color css
<style>
a { background-color: #FAA2D5; }
a { background-color: rgb(250,162,213); }
div.DivClassName
{
background-color: #FAA2D5;
}
.BgClassName
{
background-color: #FAA2D5;
}
</style>
border-color css
<style>
span { border-color: #FAA2D5; }
span { border-color: rgb(250,162,213); }
td.TdClassName
{
border-color: #FAA2D5;
}
.TagClassName
{
border-color: #FAA2D5;
}
</style>