Shades of Lavender Pink #FAA8CE
Tints of Lavender Pink #FAA8CE
RGB
CMYK
RGB Variations
Color information
#FAA8CE (or 0xFAA8CE) is known color: Lavender Pink. HEX triplet: FA, A8 and CE. RGB value is (250,168,206). Sum of RGB (Red+Green+Blue) = 250+168+206=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 168 (66.02% from 255 or 26.92% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA8CE is #055731. Grayscale: #C4C4C4. Windows color (decimal): -350002 or 13543674. OLE color: 13543674.
HSL color Cylindrical-coordinate representation of color #FAA8CE: hue angle of 332.2º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAA8CE is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 206 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.02 |
| HSL | 332.2º | 0.89% | 0.82% | - |
| HSV(B) | 332.2º | 0.33% | 0.98% | - |
| XYZ | 64.57 | 52.79 | 65.18 | - |
| YUV | 196.85 | 133.17 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 206 | 0 | 0.33 | 0.18 | 0.02 | 332.2 | 0.89 | 0.82 |
| Hex | FA | A8 | CE | 0 | 21 | 12 | 2 | 14C | 59 | 52 |
| Octal | 372 | 250 | 316 | 0 | 41 | 22 | 2 | 514 | 131 | 122 |
| Binary | 11111010 | 10101000 | 11001110 | 0 | 100001 | 10010 | 10 | 101001100 | 1011001 | 1010010 |
Color Harmonies of #FAA8CE
Complementary color
Monochromatic Colors of #FAA8CE
Black with #FAA8CE
Text Example
Text Example
White with #FAA8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA8CE; }
p { color: rgb(250,168,206); }
H1.HeaderClassName
{
color: #FAA8CE;
}
.AnyTagClassName
{
color: #FAA8CE;
}
</style>
background-color css
<style>
a { background-color: #FAA8CE; }
a { background-color: rgb(250,168,206); }
div.DivClassName
{
background-color: #FAA8CE;
}
.BgClassName
{
background-color: #FAA8CE;
}
</style>
border-color css
<style>
span { border-color: #FAA8CE; }
span { border-color: rgb(250,168,206); }
td.TdClassName
{
border-color: #FAA8CE;
}
.TagClassName
{
border-color: #FAA8CE;
}
</style>