Shades of Lavender Pink #FAADD3
Tints of Lavender Pink #FAADD3
RGB
CMYK
RGB Variations
Color information
#FAADD3 (or 0xFAADD3) is known color: Lavender Pink. HEX triplet: FA, AD and D3. RGB value is (250,173,211). Sum of RGB (Red+Green+Blue) = 250+173+211=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADD3 is #05522C. Grayscale: #C8C8C8. Windows color (decimal): -348717 or 13872634. OLE color: 13872634.
HSL color Cylindrical-coordinate representation of color #FAADD3: hue angle of 330.39º 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 #FAADD3 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 211 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.02 |
| HSL | 330.39º | 0.89% | 0.83% | - |
| HSV(B) | 330.39º | 0.31% | 0.98% | - |
| XYZ | 66.13 | 54.91 | 68.74 | - |
| YUV | 200.36 | 134.01 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 211 | 0 | 0.31 | 0.16 | 0.02 | 330.39 | 0.89 | 0.83 |
| Hex | FA | AD | D3 | 0 | 1F | 10 | 2 | 14A | 59 | 53 |
| Octal | 372 | 255 | 323 | 0 | 37 | 20 | 2 | 512 | 131 | 123 |
| Binary | 11111010 | 10101101 | 11010011 | 0 | 11111 | 10000 | 10 | 101001010 | 1011001 | 1010011 |
Color Harmonies of #FAADD3
Complementary color
Monochromatic Colors of #FAADD3
Black with #FAADD3
Text Example
Text Example
White with #FAADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADD3; }
p { color: rgb(250,173,211); }
H1.HeaderClassName
{
color: #FAADD3;
}
.AnyTagClassName
{
color: #FAADD3;
}
</style>
background-color css
<style>
a { background-color: #FAADD3; }
a { background-color: rgb(250,173,211); }
div.DivClassName
{
background-color: #FAADD3;
}
.BgClassName
{
background-color: #FAADD3;
}
</style>
border-color css
<style>
span { border-color: #FAADD3; }
span { border-color: rgb(250,173,211); }
td.TdClassName
{
border-color: #FAADD3;
}
.TagClassName
{
border-color: #FAADD3;
}
</style>