Shades of Lavender Rose #FAAFE7
Tints of Lavender Rose #FAAFE7
RGB
CMYK
RGB Variations
Color information
#FAAFE7 (or 0xFAAFE7) is known color: Lavender Rose. HEX triplet: FA, AF and E7. RGB value is (250,175,231). Sum of RGB (Red+Green+Blue) = 250+175+231=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 175 (68.75% from 255 or 26.68% from 656); Blue value is 231 (90.62% from 255 or 35.21% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAFE7 is #055018. Grayscale: #CBCBCB. Windows color (decimal): -348185 or 15183866. OLE color: 15183866.
HSL color Cylindrical-coordinate representation of color #FAAFE7: hue angle of 315.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 #FAAFE7 is Cyan = 0, Magento = 0.3, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 231 | - |
| CMYK | 0 | 0.3 | 0.08 | 0.02 |
| HSL | 315.2º | 0.88% | 0.83% | - |
| HSV(B) | 315.2º | 0.3% | 0.98% | - |
| XYZ | 69.18 | 56.75 | 82.91 | - |
| YUV | 203.81 | 143.35 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 231 | 0 | 0.3 | 0.08 | 0.02 | 315.2 | 0.88 | 0.83 |
| Hex | FA | AF | E7 | 0 | 1E | 8 | 2 | 13B | 58 | 53 |
| Octal | 372 | 257 | 347 | 0 | 36 | 10 | 2 | 473 | 130 | 123 |
| Binary | 11111010 | 10101111 | 11100111 | 0 | 11110 | 1000 | 10 | 100111011 | 1011000 | 1010011 |
Color Harmonies of #FAAFE7
Complementary color
Monochromatic Colors of #FAAFE7
Black with #FAAFE7
Text Example
Text Example
White with #FAAFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFE7; }
p { color: rgb(250,175,231); }
H1.HeaderClassName
{
color: #FAAFE7;
}
.AnyTagClassName
{
color: #FAAFE7;
}
</style>
background-color css
<style>
a { background-color: #FAAFE7; }
a { background-color: rgb(250,175,231); }
div.DivClassName
{
background-color: #FAAFE7;
}
.BgClassName
{
background-color: #FAAFE7;
}
</style>
border-color css
<style>
span { border-color: #FAAFE7; }
span { border-color: rgb(250,175,231); }
td.TdClassName
{
border-color: #FAAFE7;
}
.TagClassName
{
border-color: #FAAFE7;
}
</style>