Shades of Lavender Pink #FAA2CF
Tints of Lavender Pink #FAA2CF
RGB
CMYK
RGB Variations
Color information
#FAA2CF (or 0xFAA2CF) is known color: Lavender Pink. HEX triplet: FA, A2 and CF. RGB value is (250,162,207). Sum of RGB (Red+Green+Blue) = 250+162+207=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 162 (63.67% from 255 or 26.17% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2CF is #055D30. Grayscale: #C1C1C1. Windows color (decimal): -351537 or 13607674. OLE color: 13607674.
HSL color Cylindrical-coordinate representation of color #FAA2CF: hue angle of 329.32º 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 #FAA2CF is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 207 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.02 |
| HSL | 329.32º | 0.9% | 0.81% | - |
| HSV(B) | 329.32º | 0.35% | 0.98% | - |
| XYZ | 63.61 | 50.67 | 65.46 | - |
| YUV | 193.44 | 135.65 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 207 | 0 | 0.35 | 0.17 | 0.02 | 329.32 | 0.9 | 0.81 |
| Hex | FA | A2 | CF | 0 | 23 | 11 | 2 | 149 | 5A | 51 |
| Octal | 372 | 242 | 317 | 0 | 43 | 21 | 2 | 511 | 132 | 121 |
| Binary | 11111010 | 10100010 | 11001111 | 0 | 100011 | 10001 | 10 | 101001001 | 1011010 | 1010001 |
Color Harmonies of #FAA2CF
Complementary color
Monochromatic Colors of #FAA2CF
Black with #FAA2CF
Text Example
Text Example
White with #FAA2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2CF; }
p { color: rgb(250,162,207); }
H1.HeaderClassName
{
color: #FAA2CF;
}
.AnyTagClassName
{
color: #FAA2CF;
}
</style>
background-color css
<style>
a { background-color: #FAA2CF; }
a { background-color: rgb(250,162,207); }
div.DivClassName
{
background-color: #FAA2CF;
}
.BgClassName
{
background-color: #FAA2CF;
}
</style>
border-color css
<style>
span { border-color: #FAA2CF; }
span { border-color: rgb(250,162,207); }
td.TdClassName
{
border-color: #FAA2CF;
}
.TagClassName
{
border-color: #FAA2CF;
}
</style>