Shades of Lavender Pink #FAADD0
Tints of Lavender Pink #FAADD0
RGB
CMYK
RGB Variations
Color information
#FAADD0 (or 0xFAADD0) is known color: Lavender Pink. HEX triplet: FA, AD and D0. RGB value is (250,173,208). Sum of RGB (Red+Green+Blue) = 250+173+208=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADD0 is #05522F. Grayscale: #C7C7C7. Windows color (decimal): -348720 or 13676026. OLE color: 13676026.
HSL color Cylindrical-coordinate representation of color #FAADD0: hue angle of 332.73º 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 #FAADD0 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 208 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.02 |
| HSL | 332.73º | 0.89% | 0.83% | - |
| HSV(B) | 332.73º | 0.31% | 0.98% | - |
| XYZ | 65.75 | 54.77 | 66.78 | - |
| YUV | 200.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 208 | 0 | 0.31 | 0.17 | 0.02 | 332.73 | 0.89 | 0.83 |
| Hex | FA | AD | D0 | 0 | 1F | 11 | 2 | 14D | 59 | 53 |
| Octal | 372 | 255 | 320 | 0 | 37 | 21 | 2 | 515 | 131 | 123 |
| Binary | 11111010 | 10101101 | 11010000 | 0 | 11111 | 10001 | 10 | 101001101 | 1011001 | 1010011 |
Color Harmonies of #FAADD0
Complementary color
Monochromatic Colors of #FAADD0
Black with #FAADD0
Text Example
Text Example
White with #FAADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADD0; }
p { color: rgb(250,173,208); }
H1.HeaderClassName
{
color: #FAADD0;
}
.AnyTagClassName
{
color: #FAADD0;
}
</style>
background-color css
<style>
a { background-color: #FAADD0; }
a { background-color: rgb(250,173,208); }
div.DivClassName
{
background-color: #FAADD0;
}
.BgClassName
{
background-color: #FAADD0;
}
</style>
border-color css
<style>
span { border-color: #FAADD0; }
span { border-color: rgb(250,173,208); }
td.TdClassName
{
border-color: #FAADD0;
}
.TagClassName
{
border-color: #FAADD0;
}
</style>