Shades of Lavender Pink #FAADDC
Tints of Lavender Pink #FAADDC
RGB
CMYK
RGB Variations
Color information
#FAADDC (or 0xFAADDC) is known color: Lavender Pink. HEX triplet: FA, AD and DC. RGB value is (250,173,220). Sum of RGB (Red+Green+Blue) = 250+173+220=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 173 (67.97% from 255 or 26.91% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADDC is #055223. Grayscale: #C9C9C9. Windows color (decimal): -348708 or 14462458. OLE color: 14462458.
HSL color Cylindrical-coordinate representation of color #FAADDC: hue angle of 323.38º 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 #FAADDC is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 220 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.02 |
| HSL | 323.38º | 0.89% | 0.83% | - |
| HSV(B) | 323.38º | 0.31% | 0.98% | - |
| XYZ | 67.29 | 55.38 | 74.85 | - |
| YUV | 201.38 | 138.51 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 220 | 0 | 0.31 | 0.12 | 0.02 | 323.38 | 0.89 | 0.83 |
| Hex | FA | AD | DC | 0 | 1F | C | 2 | 143 | 59 | 53 |
| Octal | 372 | 255 | 334 | 0 | 37 | 14 | 2 | 503 | 131 | 123 |
| Binary | 11111010 | 10101101 | 11011100 | 0 | 11111 | 1100 | 10 | 101000011 | 1011001 | 1010011 |
Color Harmonies of #FAADDC
Complementary color
Monochromatic Colors of #FAADDC
Black with #FAADDC
Text Example
Text Example
White with #FAADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADDC; }
p { color: rgb(250,173,220); }
H1.HeaderClassName
{
color: #FAADDC;
}
.AnyTagClassName
{
color: #FAADDC;
}
</style>
background-color css
<style>
a { background-color: #FAADDC; }
a { background-color: rgb(250,173,220); }
div.DivClassName
{
background-color: #FAADDC;
}
.BgClassName
{
background-color: #FAADDC;
}
</style>
border-color css
<style>
span { border-color: #FAADDC; }
span { border-color: rgb(250,173,220); }
td.TdClassName
{
border-color: #FAADDC;
}
.TagClassName
{
border-color: #FAADDC;
}
</style>