Shades of Lavender Rose #FAAFF1
Tints of Lavender Rose #FAAFF1
RGB
CMYK
RGB Variations
Color information
#FAAFF1 (or 0xFAAFF1) is known color: Lavender Rose. HEX triplet: FA, AF and F1. RGB value is (250,175,241). Sum of RGB (Red+Green+Blue) = 250+175+241=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 175 (68.75% from 255 or 26.28% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAFF1 is #05500E. Grayscale: #CCCCCC. Windows color (decimal): -348175 or 15839226. OLE color: 15839226.
HSL color Cylindrical-coordinate representation of color #FAAFF1: hue angle of 307.2º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAFF1 is Cyan = 0, Magento = 0.3, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 241 | - |
| CMYK | 0 | 0.3 | 0.04 | 0.02 |
| HSL | 307.2º | 0.88% | 0.83% | - |
| HSV(B) | 307.2º | 0.3% | 0.98% | - |
| XYZ | 70.63 | 57.33 | 90.56 | - |
| YUV | 204.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 241 | 0 | 0.3 | 0.04 | 0.02 | 307.2 | 0.88 | 0.83 |
| Hex | FA | AF | F1 | 0 | 1E | 4 | 2 | 133 | 58 | 53 |
| Octal | 372 | 257 | 361 | 0 | 36 | 4 | 2 | 463 | 130 | 123 |
| Binary | 11111010 | 10101111 | 11110001 | 0 | 11110 | 100 | 10 | 100110011 | 1011000 | 1010011 |
Color Harmonies of #FAAFF1
Complementary color
Monochromatic Colors of #FAAFF1
Black with #FAAFF1
Text Example
Text Example
White with #FAAFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFF1; }
p { color: rgb(250,175,241); }
H1.HeaderClassName
{
color: #FAAFF1;
}
.AnyTagClassName
{
color: #FAAFF1;
}
</style>
background-color css
<style>
a { background-color: #FAAFF1; }
a { background-color: rgb(250,175,241); }
div.DivClassName
{
background-color: #FAAFF1;
}
.BgClassName
{
background-color: #FAAFF1;
}
</style>
border-color css
<style>
span { border-color: #FAAFF1; }
span { border-color: rgb(250,175,241); }
td.TdClassName
{
border-color: #FAAFF1;
}
.TagClassName
{
border-color: #FAAFF1;
}
</style>