Shades of Lavender Rose #FAAAF3
Tints of Lavender Rose #FAAAF3
RGB
CMYK
RGB Variations
Color information
#FAAAF3 (or 0xFAAAF3) is known color: Lavender Rose. HEX triplet: FA, AA and F3. RGB value is (250,170,243). Sum of RGB (Red+Green+Blue) = 250+170+243=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 170 (66.80% from 255 or 25.64% from 663); Blue value is 243 (95.31% from 255 or 36.65% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAF3 is #05550C. Grayscale: #CACACA. Windows color (decimal): -349453 or 15969018. OLE color: 15969018.
HSL color Cylindrical-coordinate representation of color #FAAAF3: hue angle of 305.25º 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 #FAAAF3 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 243 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.02 |
| HSL | 305.25º | 0.89% | 0.82% | - |
| HSV(B) | 305.25º | 0.32% | 0.98% | - |
| XYZ | 69.98 | 55.54 | 91.83 | - |
| YUV | 202.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 243 | 0 | 0.32 | 0.03 | 0.02 | 305.25 | 0.89 | 0.82 |
| Hex | FA | AA | F3 | 0 | 20 | 3 | 2 | 131 | 59 | 52 |
| Octal | 372 | 252 | 363 | 0 | 40 | 3 | 2 | 461 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11110011 | 0 | 100000 | 11 | 10 | 100110001 | 1011001 | 1010010 |
Color Harmonies of #FAAAF3
Complementary color
Monochromatic Colors of #FAAAF3
Black with #FAAAF3
Text Example
Text Example
White with #FAAAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAF3; }
p { color: rgb(250,170,243); }
H1.HeaderClassName
{
color: #FAAAF3;
}
.AnyTagClassName
{
color: #FAAAF3;
}
</style>
background-color css
<style>
a { background-color: #FAAAF3; }
a { background-color: rgb(250,170,243); }
div.DivClassName
{
background-color: #FAAAF3;
}
.BgClassName
{
background-color: #FAAAF3;
}
</style>
border-color css
<style>
span { border-color: #FAAAF3; }
span { border-color: rgb(250,170,243); }
td.TdClassName
{
border-color: #FAAAF3;
}
.TagClassName
{
border-color: #FAAAF3;
}
</style>