Shades of Lavender Rose #FAADDE
Tints of Lavender Rose #FAADDE
RGB
CMYK
RGB Variations
Color information
#FAADDE (or 0xFAADDE) is known color: Lavender Rose. HEX triplet: FA, AD and DE. RGB value is (250,173,222). Sum of RGB (Red+Green+Blue) = 250+173+222=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 173 (67.97% from 255 or 26.82% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADDE is #055221. Grayscale: #C9C9C9. Windows color (decimal): -348706 or 14593530. OLE color: 14593530.
HSL color Cylindrical-coordinate representation of color #FAADDE: hue angle of 321.82º 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 #FAADDE is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 222 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.02 |
| HSL | 321.82º | 0.89% | 0.83% | - |
| HSV(B) | 321.82º | 0.31% | 0.98% | - |
| XYZ | 67.55 | 55.49 | 76.26 | - |
| YUV | 201.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 222 | 0 | 0.31 | 0.11 | 0.02 | 321.82 | 0.89 | 0.83 |
| Hex | FA | AD | DE | 0 | 1F | B | 2 | 142 | 59 | 53 |
| Octal | 372 | 255 | 336 | 0 | 37 | 13 | 2 | 502 | 131 | 123 |
| Binary | 11111010 | 10101101 | 11011110 | 0 | 11111 | 1011 | 10 | 101000010 | 1011001 | 1010011 |
Color Harmonies of #FAADDE
Complementary color
Monochromatic Colors of #FAADDE
Black with #FAADDE
Text Example
Text Example
White with #FAADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADDE; }
p { color: rgb(250,173,222); }
H1.HeaderClassName
{
color: #FAADDE;
}
.AnyTagClassName
{
color: #FAADDE;
}
</style>
background-color css
<style>
a { background-color: #FAADDE; }
a { background-color: rgb(250,173,222); }
div.DivClassName
{
background-color: #FAADDE;
}
.BgClassName
{
background-color: #FAADDE;
}
</style>
border-color css
<style>
span { border-color: #FAADDE; }
span { border-color: rgb(250,173,222); }
td.TdClassName
{
border-color: #FAADDE;
}
.TagClassName
{
border-color: #FAADDE;
}
</style>