Shades of Lavender Pink #FAA2D4
Tints of Lavender Pink #FAA2D4
RGB
CMYK
RGB Variations
Color information
#FAA2D4 (or 0xFAA2D4) is known color: Lavender Pink. HEX triplet: FA, A2 and D4. RGB value is (250,162,212). Sum of RGB (Red+Green+Blue) = 250+162+212=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 162 (63.67% from 255 or 25.96% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2D4 is #055D2B. Grayscale: #C1C1C1. Windows color (decimal): -351532 or 13935354. OLE color: 13935354.
HSL color Cylindrical-coordinate representation of color #FAA2D4: hue angle of 325.91º 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 #FAA2D4 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 212 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.02 |
| HSL | 325.91º | 0.9% | 0.81% | - |
| HSV(B) | 325.91º | 0.35% | 0.98% | - |
| XYZ | 64.23 | 50.92 | 68.73 | - |
| YUV | 194.01 | 138.15 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 212 | 0 | 0.35 | 0.15 | 0.02 | 325.91 | 0.9 | 0.81 |
| Hex | FA | A2 | D4 | 0 | 23 | F | 2 | 146 | 5A | 51 |
| Octal | 372 | 242 | 324 | 0 | 43 | 17 | 2 | 506 | 132 | 121 |
| Binary | 11111010 | 10100010 | 11010100 | 0 | 100011 | 1111 | 10 | 101000110 | 1011010 | 1010001 |
Color Harmonies of #FAA2D4
Complementary color
Monochromatic Colors of #FAA2D4
Black with #FAA2D4
Text Example
Text Example
White with #FAA2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2D4; }
p { color: rgb(250,162,212); }
H1.HeaderClassName
{
color: #FAA2D4;
}
.AnyTagClassName
{
color: #FAA2D4;
}
</style>
background-color css
<style>
a { background-color: #FAA2D4; }
a { background-color: rgb(250,162,212); }
div.DivClassName
{
background-color: #FAA2D4;
}
.BgClassName
{
background-color: #FAA2D4;
}
</style>
border-color css
<style>
span { border-color: #FAA2D4; }
span { border-color: rgb(250,162,212); }
td.TdClassName
{
border-color: #FAA2D4;
}
.TagClassName
{
border-color: #FAA2D4;
}
</style>