Shades of Lavender Rose #FAADED
Tints of Lavender Rose #FAADED
RGB
CMYK
RGB Variations
Color information
#FAADED (or 0xFAADED) is known color: Lavender Rose. HEX triplet: FA, AD and ED. RGB value is (250,173,237). Sum of RGB (Red+Green+Blue) = 250+173+237=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 173 (67.97% from 255 or 26.21% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAADED is #055212. Grayscale: #CBCBCB. Windows color (decimal): -348691 or 15576570. OLE color: 15576570.
HSL color Cylindrical-coordinate representation of color #FAADED: hue angle of 310.13º 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 #FAADED is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 237 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.02 |
| HSL | 310.13º | 0.89% | 0.83% | - |
| HSV(B) | 310.13º | 0.31% | 0.98% | - |
| XYZ | 69.65 | 56.33 | 87.32 | - |
| YUV | 203.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 237 | 0 | 0.31 | 0.05 | 0.02 | 310.13 | 0.89 | 0.83 |
| Hex | FA | AD | ED | 0 | 1F | 5 | 2 | 136 | 59 | 53 |
| Octal | 372 | 255 | 355 | 0 | 37 | 5 | 2 | 466 | 131 | 123 |
| Binary | 11111010 | 10101101 | 11101101 | 0 | 11111 | 101 | 10 | 100110110 | 1011001 | 1010011 |
Color Harmonies of #FAADED
Complementary color
Monochromatic Colors of #FAADED
Black with #FAADED
Text Example
Text Example
White with #FAADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADED; }
p { color: rgb(250,173,237); }
H1.HeaderClassName
{
color: #FAADED;
}
.AnyTagClassName
{
color: #FAADED;
}
</style>
background-color css
<style>
a { background-color: #FAADED; }
a { background-color: rgb(250,173,237); }
div.DivClassName
{
background-color: #FAADED;
}
.BgClassName
{
background-color: #FAADED;
}
</style>
border-color css
<style>
span { border-color: #FAADED; }
span { border-color: rgb(250,173,237); }
td.TdClassName
{
border-color: #FAADED;
}
.TagClassName
{
border-color: #FAADED;
}
</style>