Shades of Lavender Rose #FAAFE6
Tints of Lavender Rose #FAAFE6
RGB
CMYK
RGB Variations
Color information
#FAAFE6 (or 0xFAAFE6) is known color: Lavender Rose. HEX triplet: FA, AF and E6. RGB value is (250,175,230). Sum of RGB (Red+Green+Blue) = 250+175+230=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 175 (68.75% from 255 or 26.72% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAFE6 is #055019. Grayscale: #CBCBCB. Windows color (decimal): -348186 or 15118330. OLE color: 15118330.
HSL color Cylindrical-coordinate representation of color #FAAFE6: hue angle of 316º 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 #FAAFE6 is Cyan = 0, Magento = 0.3, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 230 | - |
| CMYK | 0 | 0.3 | 0.08 | 0.02 |
| HSL | 316º | 0.88% | 0.83% | - |
| HSV(B) | 316º | 0.3% | 0.98% | - |
| XYZ | 69.04 | 56.7 | 82.17 | - |
| YUV | 203.7 | 142.85 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 230 | 0 | 0.3 | 0.08 | 0.02 | 316 | 0.88 | 0.83 |
| Hex | FA | AF | E6 | 0 | 1E | 8 | 2 | 13C | 58 | 53 |
| Octal | 372 | 257 | 346 | 0 | 36 | 10 | 2 | 474 | 130 | 123 |
| Binary | 11111010 | 10101111 | 11100110 | 0 | 11110 | 1000 | 10 | 100111100 | 1011000 | 1010011 |
Color Harmonies of #FAAFE6
Complementary color
Monochromatic Colors of #FAAFE6
Black with #FAAFE6
Text Example
Text Example
White with #FAAFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFE6; }
p { color: rgb(250,175,230); }
H1.HeaderClassName
{
color: #FAAFE6;
}
.AnyTagClassName
{
color: #FAAFE6;
}
</style>
background-color css
<style>
a { background-color: #FAAFE6; }
a { background-color: rgb(250,175,230); }
div.DivClassName
{
background-color: #FAAFE6;
}
.BgClassName
{
background-color: #FAAFE6;
}
</style>
border-color css
<style>
span { border-color: #FAAFE6; }
span { border-color: rgb(250,175,230); }
td.TdClassName
{
border-color: #FAAFE6;
}
.TagClassName
{
border-color: #FAAFE6;
}
</style>