Shades of Lavender Pink #FAAED2
Tints of Lavender Pink #FAAED2
RGB
CMYK
RGB Variations
Color information
#FAAED2 (or 0xFAAED2) is known color: Lavender Pink. HEX triplet: FA, AE and D2. RGB value is (250,174,210). Sum of RGB (Red+Green+Blue) = 250+174+210=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAED2 is #05512D. Grayscale: #C8C8C8. Windows color (decimal): -348462 or 13807354. OLE color: 13807354.
HSL color Cylindrical-coordinate representation of color #FAAED2: hue angle of 331.58º 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 #FAAED2 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 210 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.02 |
| HSL | 331.58º | 0.88% | 0.83% | - |
| HSV(B) | 331.58º | 0.3% | 0.98% | - |
| XYZ | 66.19 | 55.25 | 68.15 | - |
| YUV | 200.83 | 133.18 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 210 | 0 | 0.30 | 0.16 | 0.02 | 331.58 | 0.88 | 0.83 |
| Hex | FA | AE | D2 | 0 | 1E | 10 | 2 | 14C | 58 | 53 |
| Octal | 372 | 256 | 322 | 0 | 36 | 20 | 2 | 514 | 130 | 123 |
| Binary | 11111010 | 10101110 | 11010010 | 0 | 11110 | 10000 | 10 | 101001100 | 1011000 | 1010011 |
Color Harmonies of #FAAED2
Complementary color
Monochromatic Colors of #FAAED2
Black with #FAAED2
Text Example
Text Example
White with #FAAED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAED2; }
p { color: rgb(250,174,210); }
H1.HeaderClassName
{
color: #FAAED2;
}
.AnyTagClassName
{
color: #FAAED2;
}
</style>
background-color css
<style>
a { background-color: #FAAED2; }
a { background-color: rgb(250,174,210); }
div.DivClassName
{
background-color: #FAAED2;
}
.BgClassName
{
background-color: #FAAED2;
}
</style>
border-color css
<style>
span { border-color: #FAAED2; }
span { border-color: rgb(250,174,210); }
td.TdClassName
{
border-color: #FAAED2;
}
.TagClassName
{
border-color: #FAAED2;
}
</style>