Shades of Lavender Rose #FAAFE5
Tints of Lavender Rose #FAAFE5
RGB
CMYK
RGB Variations
Color information
#FAAFE5 (or 0xFAAFE5) is known color: Lavender Rose. HEX triplet: FA, AF and E5. RGB value is (250,175,229). Sum of RGB (Red+Green+Blue) = 250+175+229=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 175 (68.75% from 255 or 26.76% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFE5 is #05501A. Grayscale: #CBCBCB. Windows color (decimal): -348187 or 15052794. OLE color: 15052794.
HSL color Cylindrical-coordinate representation of color #FAAFE5: hue angle of 316.8º 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 #FAAFE5 is Cyan = 0, Magento = 0.3, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 229 | - |
| CMYK | 0 | 0.3 | 0.08 | 0.02 |
| HSL | 316.8º | 0.88% | 0.83% | - |
| HSV(B) | 316.8º | 0.3% | 0.98% | - |
| XYZ | 68.9 | 56.64 | 81.43 | - |
| YUV | 203.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 229 | 0 | 0.3 | 0.08 | 0.02 | 316.8 | 0.88 | 0.83 |
| Hex | FA | AF | E5 | 0 | 1E | 8 | 2 | 13D | 58 | 53 |
| Octal | 372 | 257 | 345 | 0 | 36 | 10 | 2 | 475 | 130 | 123 |
| Binary | 11111010 | 10101111 | 11100101 | 0 | 11110 | 1000 | 10 | 100111101 | 1011000 | 1010011 |
Color Harmonies of #FAAFE5
Complementary color
Monochromatic Colors of #FAAFE5
Black with #FAAFE5
Text Example
Text Example
White with #FAAFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFE5; }
p { color: rgb(250,175,229); }
H1.HeaderClassName
{
color: #FAAFE5;
}
.AnyTagClassName
{
color: #FAAFE5;
}
</style>
background-color css
<style>
a { background-color: #FAAFE5; }
a { background-color: rgb(250,175,229); }
div.DivClassName
{
background-color: #FAAFE5;
}
.BgClassName
{
background-color: #FAAFE5;
}
</style>
border-color css
<style>
span { border-color: #FAAFE5; }
span { border-color: rgb(250,175,229); }
td.TdClassName
{
border-color: #FAAFE5;
}
.TagClassName
{
border-color: #FAAFE5;
}
</style>