Shades of Lavender Pink #FAAECF
Tints of Lavender Pink #FAAECF
RGB
CMYK
RGB Variations
Color information
#FAAECF (or 0xFAAECF) is known color: Lavender Pink. HEX triplet: FA, AE and CF. RGB value is (250,174,207). Sum of RGB (Red+Green+Blue) = 250+174+207=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAECF is #055130. Grayscale: #C8C8C8. Windows color (decimal): -348465 or 13610746. OLE color: 13610746.
HSL color Cylindrical-coordinate representation of color #FAAECF: hue angle of 333.95º 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 #FAAECF is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 207 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.02 |
| HSL | 333.95º | 0.88% | 0.83% | - |
| HSV(B) | 333.95º | 0.3% | 0.98% | - |
| XYZ | 65.82 | 55.1 | 66.2 | - |
| YUV | 200.49 | 131.68 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 207 | 0 | 0.30 | 0.17 | 0.02 | 333.95 | 0.88 | 0.83 |
| Hex | FA | AE | CF | 0 | 1E | 11 | 2 | 14E | 58 | 53 |
| Octal | 372 | 256 | 317 | 0 | 36 | 21 | 2 | 516 | 130 | 123 |
| Binary | 11111010 | 10101110 | 11001111 | 0 | 11110 | 10001 | 10 | 101001110 | 1011000 | 1010011 |
Color Harmonies of #FAAECF
Complementary color
Monochromatic Colors of #FAAECF
Black with #FAAECF
Text Example
Text Example
White with #FAAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAECF; }
p { color: rgb(250,174,207); }
H1.HeaderClassName
{
color: #FAAECF;
}
.AnyTagClassName
{
color: #FAAECF;
}
</style>
background-color css
<style>
a { background-color: #FAAECF; }
a { background-color: rgb(250,174,207); }
div.DivClassName
{
background-color: #FAAECF;
}
.BgClassName
{
background-color: #FAAECF;
}
</style>
border-color css
<style>
span { border-color: #FAAECF; }
span { border-color: rgb(250,174,207); }
td.TdClassName
{
border-color: #FAAECF;
}
.TagClassName
{
border-color: #FAAECF;
}
</style>