Shades of Lavender Pink #FAADD4
Tints of Lavender Pink #FAADD4
RGB
CMYK
RGB Variations
Color information
#FAADD4 (or 0xFAADD4) is known color: Lavender Pink. HEX triplet: FA, AD and D4. RGB value is (250,173,212). Sum of RGB (Red+Green+Blue) = 250+173+212=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADD4 is #05522B. Grayscale: #C8C8C8. Windows color (decimal): -348716 or 13938170. OLE color: 13938170.
HSL color Cylindrical-coordinate representation of color #FAADD4: hue angle of 329.61º 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 #FAADD4 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 212 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.02 |
| HSL | 329.61º | 0.89% | 0.83% | - |
| HSV(B) | 329.61º | 0.31% | 0.98% | - |
| XYZ | 66.25 | 54.96 | 69.4 | - |
| YUV | 200.47 | 134.51 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 212 | 0 | 0.31 | 0.15 | 0.02 | 329.61 | 0.89 | 0.83 |
| Hex | FA | AD | D4 | 0 | 1F | F | 2 | 14A | 59 | 53 |
| Octal | 372 | 255 | 324 | 0 | 37 | 17 | 2 | 512 | 131 | 123 |
| Binary | 11111010 | 10101101 | 11010100 | 0 | 11111 | 1111 | 10 | 101001010 | 1011001 | 1010011 |
Color Harmonies of #FAADD4
Complementary color
Monochromatic Colors of #FAADD4
Black with #FAADD4
Text Example
Text Example
White with #FAADD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADD4; }
p { color: rgb(250,173,212); }
H1.HeaderClassName
{
color: #FAADD4;
}
.AnyTagClassName
{
color: #FAADD4;
}
</style>
background-color css
<style>
a { background-color: #FAADD4; }
a { background-color: rgb(250,173,212); }
div.DivClassName
{
background-color: #FAADD4;
}
.BgClassName
{
background-color: #FAADD4;
}
</style>
border-color css
<style>
span { border-color: #FAADD4; }
span { border-color: rgb(250,173,212); }
td.TdClassName
{
border-color: #FAADD4;
}
.TagClassName
{
border-color: #FAADD4;
}
</style>