Shades of Lavender Rose #FAAFF3
Tints of Lavender Rose #FAAFF3
RGB
CMYK
RGB Variations
Color information
#FAAFF3 (or 0xFAAFF3) is known color: Lavender Rose. HEX triplet: FA, AF and F3. RGB value is (250,175,243). Sum of RGB (Red+Green+Blue) = 250+175+243=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 175 (68.75% from 255 or 26.20% from 668); Blue value is 243 (95.31% from 255 or 36.38% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAFF3 is #05500C. Grayscale: #CCCCCC. Windows color (decimal): -348173 or 15970298. OLE color: 15970298.
HSL color Cylindrical-coordinate representation of color #FAAFF3: hue angle of 305.6º 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 #FAAFF3 is Cyan = 0, Magento = 0.3, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 243 | - |
| CMYK | 0 | 0.3 | 0.03 | 0.02 |
| HSL | 305.6º | 0.88% | 0.83% | - |
| HSV(B) | 305.6º | 0.3% | 0.98% | - |
| XYZ | 70.93 | 57.46 | 92.15 | - |
| YUV | 205.18 | 149.35 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 243 | 0 | 0.3 | 0.03 | 0.02 | 305.6 | 0.88 | 0.83 |
| Hex | FA | AF | F3 | 0 | 1E | 3 | 2 | 132 | 58 | 53 |
| Octal | 372 | 257 | 363 | 0 | 36 | 3 | 2 | 462 | 130 | 123 |
| Binary | 11111010 | 10101111 | 11110011 | 0 | 11110 | 11 | 10 | 100110010 | 1011000 | 1010011 |
Color Harmonies of #FAAFF3
Complementary color
Monochromatic Colors of #FAAFF3
Black with #FAAFF3
Text Example
Text Example
White with #FAAFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFF3; }
p { color: rgb(250,175,243); }
H1.HeaderClassName
{
color: #FAAFF3;
}
.AnyTagClassName
{
color: #FAAFF3;
}
</style>
background-color css
<style>
a { background-color: #FAAFF3; }
a { background-color: rgb(250,175,243); }
div.DivClassName
{
background-color: #FAAFF3;
}
.BgClassName
{
background-color: #FAAFF3;
}
</style>
border-color css
<style>
span { border-color: #FAAFF3; }
span { border-color: rgb(250,175,243); }
td.TdClassName
{
border-color: #FAAFF3;
}
.TagClassName
{
border-color: #FAAFF3;
}
</style>