Shades of Lavender Pink #FAADCF
Tints of Lavender Pink #FAADCF
RGB
CMYK
RGB Variations
Color information
#FAADCF (or 0xFAADCF) is known color: Lavender Pink. HEX triplet: FA, AD and CF. RGB value is (250,173,207). Sum of RGB (Red+Green+Blue) = 250+173+207=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADCF is #055230. Grayscale: #C7C7C7. Windows color (decimal): -348721 or 13610490. OLE color: 13610490.
HSL color Cylindrical-coordinate representation of color #FAADCF: hue angle of 333.51º 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 #FAADCF is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 207 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.02 |
| HSL | 333.51º | 0.89% | 0.83% | - |
| HSV(B) | 333.51º | 0.31% | 0.98% | - |
| XYZ | 65.63 | 54.72 | 66.13 | - |
| YUV | 199.9 | 132.01 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 207 | 0 | 0.31 | 0.17 | 0.02 | 333.51 | 0.89 | 0.83 |
| Hex | FA | AD | CF | 0 | 1F | 11 | 2 | 14E | 59 | 53 |
| Octal | 372 | 255 | 317 | 0 | 37 | 21 | 2 | 516 | 131 | 123 |
| Binary | 11111010 | 10101101 | 11001111 | 0 | 11111 | 10001 | 10 | 101001110 | 1011001 | 1010011 |
Color Harmonies of #FAADCF
Complementary color
Monochromatic Colors of #FAADCF
Black with #FAADCF
Text Example
Text Example
White with #FAADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADCF; }
p { color: rgb(250,173,207); }
H1.HeaderClassName
{
color: #FAADCF;
}
.AnyTagClassName
{
color: #FAADCF;
}
</style>
background-color css
<style>
a { background-color: #FAADCF; }
a { background-color: rgb(250,173,207); }
div.DivClassName
{
background-color: #FAADCF;
}
.BgClassName
{
background-color: #FAADCF;
}
</style>
border-color css
<style>
span { border-color: #FAADCF; }
span { border-color: rgb(250,173,207); }
td.TdClassName
{
border-color: #FAADCF;
}
.TagClassName
{
border-color: #FAADCF;
}
</style>