Shades of Lavender Pink #FAAECE
Tints of Lavender Pink #FAAECE
RGB
CMYK
RGB Variations
Color information
#FAAECE (or 0xFAAECE) is known color: Lavender Pink. HEX triplet: FA, AE and CE. RGB value is (250,174,206). Sum of RGB (Red+Green+Blue) = 250+174+206=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAECE is #055131. Grayscale: #C8C8C8. Windows color (decimal): -348466 or 13545210. OLE color: 13545210.
HSL color Cylindrical-coordinate representation of color #FAAECE: hue angle of 334.74º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAECE is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 206 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.02 |
| HSL | 334.74º | 0.88% | 0.83% | - |
| HSV(B) | 334.74º | 0.3% | 0.98% | - |
| XYZ | 65.7 | 55.05 | 65.56 | - |
| YUV | 200.37 | 131.18 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 206 | 0 | 0.30 | 0.18 | 0.02 | 334.74 | 0.88 | 0.83 |
| Hex | FA | AE | CE | 0 | 1E | 12 | 2 | 14F | 58 | 53 |
| Octal | 372 | 256 | 316 | 0 | 36 | 22 | 2 | 517 | 130 | 123 |
| Binary | 11111010 | 10101110 | 11001110 | 0 | 11110 | 10010 | 10 | 101001111 | 1011000 | 1010011 |
Color Harmonies of #FAAECE
Complementary color
Monochromatic Colors of #FAAECE
Black with #FAAECE
Text Example
Text Example
White with #FAAECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAECE; }
p { color: rgb(250,174,206); }
H1.HeaderClassName
{
color: #FAAECE;
}
.AnyTagClassName
{
color: #FAAECE;
}
</style>
background-color css
<style>
a { background-color: #FAAECE; }
a { background-color: rgb(250,174,206); }
div.DivClassName
{
background-color: #FAAECE;
}
.BgClassName
{
background-color: #FAAECE;
}
</style>
border-color css
<style>
span { border-color: #FAAECE; }
span { border-color: rgb(250,174,206); }
td.TdClassName
{
border-color: #FAAECE;
}
.TagClassName
{
border-color: #FAAECE;
}
</style>