Shades of Lavender Pink #FAAED4
Tints of Lavender Pink #FAAED4
RGB
CMYK
RGB Variations
Color information
#FAAED4 (or 0xFAAED4) is known color: Lavender Pink. HEX triplet: FA, AE and D4. RGB value is (250,174,212). Sum of RGB (Red+Green+Blue) = 250+174+212=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 174 (68.36% from 255 or 27.36% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAED4 is #05512B. Grayscale: #C8C8C8. Windows color (decimal): -348460 or 13938426. OLE color: 13938426.
HSL color Cylindrical-coordinate representation of color #FAAED4: hue angle of 330º 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 #FAAED4 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 212 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.02 |
| HSL | 330º | 0.88% | 0.83% | - |
| HSV(B) | 330º | 0.3% | 0.98% | - |
| XYZ | 66.44 | 55.35 | 69.47 | - |
| YUV | 201.06 | 134.18 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 212 | 0 | 0.30 | 0.15 | 0.02 | 330 | 0.88 | 0.83 |
| Hex | FA | AE | D4 | 0 | 1E | F | 2 | 14A | 58 | 53 |
| Octal | 372 | 256 | 324 | 0 | 36 | 17 | 2 | 512 | 130 | 123 |
| Binary | 11111010 | 10101110 | 11010100 | 0 | 11110 | 1111 | 10 | 101001010 | 1011000 | 1010011 |
Color Harmonies of #FAAED4
Complementary color
Monochromatic Colors of #FAAED4
Black with #FAAED4
Text Example
Text Example
White with #FAAED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAED4; }
p { color: rgb(250,174,212); }
H1.HeaderClassName
{
color: #FAAED4;
}
.AnyTagClassName
{
color: #FAAED4;
}
</style>
background-color css
<style>
a { background-color: #FAAED4; }
a { background-color: rgb(250,174,212); }
div.DivClassName
{
background-color: #FAAED4;
}
.BgClassName
{
background-color: #FAAED4;
}
</style>
border-color css
<style>
span { border-color: #FAAED4; }
span { border-color: rgb(250,174,212); }
td.TdClassName
{
border-color: #FAAED4;
}
.TagClassName
{
border-color: #FAAED4;
}
</style>