Shades of Lavender Rose #FAAAFD
Tints of Lavender Rose #FAAAFD
RGB
CMYK
RGB Variations
Color information
#FAAAFD (or 0xFAAAFD) is known color: Lavender Rose. HEX triplet: FA, AA and FD. RGB value is (250,170,253). Sum of RGB (Red+Green+Blue) = 250+170+253=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 170 (66.80% from 255 or 25.26% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAAAFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAFD is #055502. Grayscale: #CBCBCB. Windows color (decimal): -349443 or 16624378. OLE color: 16624378.
HSL color Cylindrical-coordinate representation of color #FAAAFD: hue angle of 297.83º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAAAFD is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 170 | 253 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.01 |
| HSL | 297.83º | 0.95% | 0.83% | - |
| HSV(B) | 297.83º | 0.33% | 0.99% | - |
| XYZ | 71.53 | 56.17 | 100 | - |
| YUV | 203.38 | 156 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 253 | 0.01 | 0.33 | 0 | 0.01 | 297.83 | 0.95 | 0.83 |
| Hex | FA | AA | FD | 1 | 21 | 0 | 1 | 12A | 5F | 53 |
| Octal | 372 | 252 | 375 | 1 | 41 | 0 | 1 | 452 | 137 | 123 |
| Binary | 11111010 | 10101010 | 11111101 | 1 | 100001 | 0 | 1 | 100101010 | 1011111 | 1010011 |
Color Harmonies of #FAAAFD
Complementary color
Monochromatic Colors of #FAAAFD
Black with #FAAAFD
Text Example
Text Example
White with #FAAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAFD; }
p { color: rgb(250,170,253); }
H1.HeaderClassName
{
color: #FAAAFD;
}
.AnyTagClassName
{
color: #FAAAFD;
}
</style>
background-color css
<style>
a { background-color: #FAAAFD; }
a { background-color: rgb(250,170,253); }
div.DivClassName
{
background-color: #FAAAFD;
}
.BgClassName
{
background-color: #FAAAFD;
}
</style>
border-color css
<style>
span { border-color: #FAAAFD; }
span { border-color: rgb(250,170,253); }
td.TdClassName
{
border-color: #FAAAFD;
}
.TagClassName
{
border-color: #FAAAFD;
}
</style>