Shades of Lavender Rose #FAAAF4
Tints of Lavender Rose #FAAAF4
RGB
CMYK
RGB Variations
Color information
#FAAAF4 (or 0xFAAAF4) is known color: Lavender Rose. HEX triplet: FA, AA and F4. RGB value is (250,170,244). Sum of RGB (Red+Green+Blue) = 250+170+244=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 170 (66.80% from 255 or 25.60% from 664); Blue value is 244 (95.70% from 255 or 36.75% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAF4 is #05550B. Grayscale: #CACACA. Windows color (decimal): -349452 or 16034554. OLE color: 16034554.
HSL color Cylindrical-coordinate representation of color #FAAAF4: hue angle of 304.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 #FAAAF4 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 244 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.02 |
| HSL | 304.5º | 0.89% | 0.82% | - |
| HSV(B) | 304.5º | 0.32% | 0.98% | - |
| XYZ | 70.13 | 55.61 | 92.62 | - |
| YUV | 202.36 | 151.5 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 244 | 0 | 0.32 | 0.02 | 0.02 | 304.5 | 0.89 | 0.82 |
| Hex | FA | AA | F4 | 0 | 20 | 2 | 2 | 130 | 59 | 52 |
| Octal | 372 | 252 | 364 | 0 | 40 | 2 | 2 | 460 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11110100 | 0 | 100000 | 10 | 10 | 100110000 | 1011001 | 1010010 |
Color Harmonies of #FAAAF4
Complementary color
Monochromatic Colors of #FAAAF4
Black with #FAAAF4
Text Example
Text Example
White with #FAAAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAF4; }
p { color: rgb(250,170,244); }
H1.HeaderClassName
{
color: #FAAAF4;
}
.AnyTagClassName
{
color: #FAAAF4;
}
</style>
background-color css
<style>
a { background-color: #FAAAF4; }
a { background-color: rgb(250,170,244); }
div.DivClassName
{
background-color: #FAAAF4;
}
.BgClassName
{
background-color: #FAAAF4;
}
</style>
border-color css
<style>
span { border-color: #FAAAF4; }
span { border-color: rgb(250,170,244); }
td.TdClassName
{
border-color: #FAAAF4;
}
.TagClassName
{
border-color: #FAAAF4;
}
</style>