Shades of Lavender Pink #FAADD1
Tints of Lavender Pink #FAADD1
RGB
CMYK
RGB Variations
Color information
#FAADD1 (or 0xFAADD1) is known color: Lavender Pink. HEX triplet: FA, AD and D1. RGB value is (250,173,209). Sum of RGB (Red+Green+Blue) = 250+173+209=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 209 (82.03% from 255 or 33.07% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADD1 is #05522E. Grayscale: #C8C8C8. Windows color (decimal): -348719 or 13741562. OLE color: 13741562.
HSL color Cylindrical-coordinate representation of color #FAADD1: hue angle of 331.95º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAADD1 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 209 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.02 |
| HSL | 331.95º | 0.89% | 0.83% | - |
| HSV(B) | 331.95º | 0.31% | 0.98% | - |
| XYZ | 65.88 | 54.81 | 67.43 | - |
| YUV | 200.13 | 133.01 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 209 | 0 | 0.31 | 0.16 | 0.02 | 331.95 | 0.89 | 0.83 |
| Hex | FA | AD | D1 | 0 | 1F | 10 | 2 | 14C | 59 | 53 |
| Octal | 372 | 255 | 321 | 0 | 37 | 20 | 2 | 514 | 131 | 123 |
| Binary | 11111010 | 10101101 | 11010001 | 0 | 11111 | 10000 | 10 | 101001100 | 1011001 | 1010011 |
Color Harmonies of #FAADD1
Complementary color
Monochromatic Colors of #FAADD1
Black with #FAADD1
Text Example
Text Example
White with #FAADD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADD1; }
p { color: rgb(250,173,209); }
H1.HeaderClassName
{
color: #FAADD1;
}
.AnyTagClassName
{
color: #FAADD1;
}
</style>
background-color css
<style>
a { background-color: #FAADD1; }
a { background-color: rgb(250,173,209); }
div.DivClassName
{
background-color: #FAADD1;
}
.BgClassName
{
background-color: #FAADD1;
}
</style>
border-color css
<style>
span { border-color: #FAADD1; }
span { border-color: rgb(250,173,209); }
td.TdClassName
{
border-color: #FAADD1;
}
.TagClassName
{
border-color: #FAADD1;
}
</style>