Shades of Lavender Rose #FAAAF0
Tints of Lavender Rose #FAAAF0
RGB
CMYK
RGB Variations
Color information
#FAAAF0 (or 0xFAAAF0) is known color: Lavender Rose. HEX triplet: FA, AA and F0. RGB value is (250,170,240). Sum of RGB (Red+Green+Blue) = 250+170+240=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 170 (66.80% from 255 or 25.76% from 660); Blue value is 240 (94.14% from 255 or 36.36% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAF0 is #05550F. Grayscale: #C9C9C9. Windows color (decimal): -349456 or 15772410. OLE color: 15772410.
HSL color Cylindrical-coordinate representation of color #FAAAF0: hue angle of 307.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAAAF0 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 240 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.02 |
| HSL | 307.5º | 0.89% | 0.82% | - |
| HSV(B) | 307.5º | 0.32% | 0.98% | - |
| XYZ | 69.53 | 55.36 | 89.46 | - |
| YUV | 201.9 | 149.5 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 240 | 0 | 0.32 | 0.04 | 0.02 | 307.5 | 0.89 | 0.82 |
| Hex | FA | AA | F0 | 0 | 20 | 4 | 2 | 134 | 59 | 52 |
| Octal | 372 | 252 | 360 | 0 | 40 | 4 | 2 | 464 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11110000 | 0 | 100000 | 100 | 10 | 100110100 | 1011001 | 1010010 |
Color Harmonies of #FAAAF0
Complementary color
Monochromatic Colors of #FAAAF0
Black with #FAAAF0
Text Example
Text Example
White with #FAAAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAF0; }
p { color: rgb(250,170,240); }
H1.HeaderClassName
{
color: #FAAAF0;
}
.AnyTagClassName
{
color: #FAAAF0;
}
</style>
background-color css
<style>
a { background-color: #FAAAF0; }
a { background-color: rgb(250,170,240); }
div.DivClassName
{
background-color: #FAAAF0;
}
.BgClassName
{
background-color: #FAAAF0;
}
</style>
border-color css
<style>
span { border-color: #FAAAF0; }
span { border-color: rgb(250,170,240); }
td.TdClassName
{
border-color: #FAAAF0;
}
.TagClassName
{
border-color: #FAAAF0;
}
</style>