Shades of Lavender Pink #FAAACE
Tints of Lavender Pink #FAAACE
RGB
CMYK
RGB Variations
Color information
#FAAACE (or 0xFAAACE) is known color: Lavender Pink. HEX triplet: FA, AA and CE. RGB value is (250,170,206). Sum of RGB (Red+Green+Blue) = 250+170+206=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAACE is #055531. Grayscale: #C5C5C5. Windows color (decimal): -349490 or 13544186. OLE color: 13544186.
HSL color Cylindrical-coordinate representation of color #FAAACE: hue angle of 333º 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 #FAAACE is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 206 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.02 |
| HSL | 333º | 0.89% | 0.82% | - |
| HSV(B) | 333º | 0.32% | 0.98% | - |
| XYZ | 64.94 | 53.53 | 65.3 | - |
| YUV | 198.02 | 132.5 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 206 | 0 | 0.32 | 0.18 | 0.02 | 333 | 0.89 | 0.82 |
| Hex | FA | AA | CE | 0 | 20 | 12 | 2 | 14D | 59 | 52 |
| Octal | 372 | 252 | 316 | 0 | 40 | 22 | 2 | 515 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11001110 | 0 | 100000 | 10010 | 10 | 101001101 | 1011001 | 1010010 |
Color Harmonies of #FAAACE
Complementary color
Monochromatic Colors of #FAAACE
Black with #FAAACE
Text Example
Text Example
White with #FAAACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAACE; }
p { color: rgb(250,170,206); }
H1.HeaderClassName
{
color: #FAAACE;
}
.AnyTagClassName
{
color: #FAAACE;
}
</style>
background-color css
<style>
a { background-color: #FAAACE; }
a { background-color: rgb(250,170,206); }
div.DivClassName
{
background-color: #FAAACE;
}
.BgClassName
{
background-color: #FAAACE;
}
</style>
border-color css
<style>
span { border-color: #FAAACE; }
span { border-color: rgb(250,170,206); }
td.TdClassName
{
border-color: #FAAACE;
}
.TagClassName
{
border-color: #FAAACE;
}
</style>