Shades of Lavender Rose #FAAFF6
Tints of Lavender Rose #FAAFF6
RGB
CMYK
RGB Variations
Color information
#FAAFF6 (or 0xFAAFF6) is known color: Lavender Rose. HEX triplet: FA, AF and F6. RGB value is (250,175,246). Sum of RGB (Red+Green+Blue) = 250+175+246=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 175 (68.75% from 255 or 26.08% from 671); Blue value is 246 (96.48% from 255 or 36.66% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAFF6 is #055009. Grayscale: #CDCDCD. Windows color (decimal): -348170 or 16166906. OLE color: 16166906.
HSL color Cylindrical-coordinate representation of color #FAAFF6: hue angle of 303.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 #FAAFF6 is Cyan = 0, Magento = 0.3, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 246 | - |
| CMYK | 0 | 0.3 | 0.02 | 0.02 |
| HSL | 303.2º | 0.88% | 0.83% | - |
| HSV(B) | 303.2º | 0.3% | 0.98% | - |
| XYZ | 71.39 | 57.64 | 94.55 | - |
| YUV | 205.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 246 | 0 | 0.3 | 0.02 | 0.02 | 303.2 | 0.88 | 0.83 |
| Hex | FA | AF | F6 | 0 | 1E | 2 | 2 | 12F | 58 | 53 |
| Octal | 372 | 257 | 366 | 0 | 36 | 2 | 2 | 457 | 130 | 123 |
| Binary | 11111010 | 10101111 | 11110110 | 0 | 11110 | 10 | 10 | 100101111 | 1011000 | 1010011 |
Color Harmonies of #FAAFF6
Complementary color
Monochromatic Colors of #FAAFF6
Black with #FAAFF6
Text Example
Text Example
White with #FAAFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFF6; }
p { color: rgb(250,175,246); }
H1.HeaderClassName
{
color: #FAAFF6;
}
.AnyTagClassName
{
color: #FAAFF6;
}
</style>
background-color css
<style>
a { background-color: #FAAFF6; }
a { background-color: rgb(250,175,246); }
div.DivClassName
{
background-color: #FAAFF6;
}
.BgClassName
{
background-color: #FAAFF6;
}
</style>
border-color css
<style>
span { border-color: #FAAFF6; }
span { border-color: rgb(250,175,246); }
td.TdClassName
{
border-color: #FAAFF6;
}
.TagClassName
{
border-color: #FAAFF6;
}
</style>