Shades of Lavender Pink #FAADCE
Tints of Lavender Pink #FAADCE
RGB
CMYK
RGB Variations
Color information
#FAADCE (or 0xFAADCE) is known color: Lavender Pink. HEX triplet: FA, AD and CE. RGB value is (250,173,206). Sum of RGB (Red+Green+Blue) = 250+173+206=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADCE is #055231. Grayscale: #C7C7C7. Windows color (decimal): -348722 or 13544954. OLE color: 13544954.
HSL color Cylindrical-coordinate representation of color #FAADCE: hue angle of 334.29º 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 #FAADCE is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 206 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.02 |
| HSL | 334.29º | 0.89% | 0.83% | - |
| HSV(B) | 334.29º | 0.31% | 0.98% | - |
| XYZ | 65.51 | 54.67 | 65.49 | - |
| YUV | 199.79 | 131.51 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 206 | 0 | 0.31 | 0.18 | 0.02 | 334.29 | 0.89 | 0.83 |
| Hex | FA | AD | CE | 0 | 1F | 12 | 2 | 14E | 59 | 53 |
| Octal | 372 | 255 | 316 | 0 | 37 | 22 | 2 | 516 | 131 | 123 |
| Binary | 11111010 | 10101101 | 11001110 | 0 | 11111 | 10010 | 10 | 101001110 | 1011001 | 1010011 |
Color Harmonies of #FAADCE
Complementary color
Monochromatic Colors of #FAADCE
Black with #FAADCE
Text Example
Text Example
White with #FAADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADCE; }
p { color: rgb(250,173,206); }
H1.HeaderClassName
{
color: #FAADCE;
}
.AnyTagClassName
{
color: #FAADCE;
}
</style>
background-color css
<style>
a { background-color: #FAADCE; }
a { background-color: rgb(250,173,206); }
div.DivClassName
{
background-color: #FAADCE;
}
.BgClassName
{
background-color: #FAADCE;
}
</style>
border-color css
<style>
span { border-color: #FAADCE; }
span { border-color: rgb(250,173,206); }
td.TdClassName
{
border-color: #FAADCE;
}
.TagClassName
{
border-color: #FAADCE;
}
</style>