Shades of Lavender Pink #FAA6D4
Tints of Lavender Pink #FAA6D4
RGB
CMYK
RGB Variations
Color information
#FAA6D4 (or 0xFAA6D4) is known color: Lavender Pink. HEX triplet: FA, A6 and D4. RGB value is (250,166,212). Sum of RGB (Red+Green+Blue) = 250+166+212=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 166 (65.23% from 255 or 26.43% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA6D4 is #05592B. Grayscale: #C4C4C4. Windows color (decimal): -350508 or 13936378. OLE color: 13936378.
HSL color Cylindrical-coordinate representation of color #FAA6D4: hue angle of 327.14º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA6D4 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 212 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.02 |
| HSL | 327.14º | 0.89% | 0.82% | - |
| HSV(B) | 327.14º | 0.34% | 0.98% | - |
| XYZ | 64.94 | 52.35 | 68.97 | - |
| YUV | 196.36 | 136.83 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 212 | 0 | 0.34 | 0.15 | 0.02 | 327.14 | 0.89 | 0.82 |
| Hex | FA | A6 | D4 | 0 | 22 | F | 2 | 147 | 59 | 52 |
| Octal | 372 | 246 | 324 | 0 | 42 | 17 | 2 | 507 | 131 | 122 |
| Binary | 11111010 | 10100110 | 11010100 | 0 | 100010 | 1111 | 10 | 101000111 | 1011001 | 1010010 |
Color Harmonies of #FAA6D4
Complementary color
Monochromatic Colors of #FAA6D4
Black with #FAA6D4
Text Example
Text Example
White with #FAA6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA6D4; }
p { color: rgb(250,166,212); }
H1.HeaderClassName
{
color: #FAA6D4;
}
.AnyTagClassName
{
color: #FAA6D4;
}
</style>
background-color css
<style>
a { background-color: #FAA6D4; }
a { background-color: rgb(250,166,212); }
div.DivClassName
{
background-color: #FAA6D4;
}
.BgClassName
{
background-color: #FAA6D4;
}
</style>
border-color css
<style>
span { border-color: #FAA6D4; }
span { border-color: rgb(250,166,212); }
td.TdClassName
{
border-color: #FAA6D4;
}
.TagClassName
{
border-color: #FAA6D4;
}
</style>