Shades of Lavender Rose #FAAFF5
Tints of Lavender Rose #FAAFF5
RGB
CMYK
RGB Variations
Color information
#FAAFF5 (or 0xFAAFF5) is known color: Lavender Rose. HEX triplet: FA, AF and F5. RGB value is (250,175,245). Sum of RGB (Red+Green+Blue) = 250+175+245=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 175 (68.75% from 255 or 26.12% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAFF5 is #05500A. Grayscale: #CDCDCD. Windows color (decimal): -348171 or 16101370. OLE color: 16101370.
HSL color Cylindrical-coordinate representation of color #FAAFF5: hue angle of 304º 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 #FAAFF5 is Cyan = 0, Magento = 0.3, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 245 | - |
| CMYK | 0 | 0.3 | 0.02 | 0.02 |
| HSL | 304º | 0.88% | 0.83% | - |
| HSV(B) | 304º | 0.3% | 0.98% | - |
| XYZ | 71.24 | 57.58 | 93.75 | - |
| YUV | 205.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 245 | 0 | 0.3 | 0.02 | 0.02 | 304 | 0.88 | 0.83 |
| Hex | FA | AF | F5 | 0 | 1E | 2 | 2 | 130 | 58 | 53 |
| Octal | 372 | 257 | 365 | 0 | 36 | 2 | 2 | 460 | 130 | 123 |
| Binary | 11111010 | 10101111 | 11110101 | 0 | 11110 | 10 | 10 | 100110000 | 1011000 | 1010011 |
Color Harmonies of #FAAFF5
Complementary color
Monochromatic Colors of #FAAFF5
Black with #FAAFF5
Text Example
Text Example
White with #FAAFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFF5; }
p { color: rgb(250,175,245); }
H1.HeaderClassName
{
color: #FAAFF5;
}
.AnyTagClassName
{
color: #FAAFF5;
}
</style>
background-color css
<style>
a { background-color: #FAAFF5; }
a { background-color: rgb(250,175,245); }
div.DivClassName
{
background-color: #FAAFF5;
}
.BgClassName
{
background-color: #FAAFF5;
}
</style>
border-color css
<style>
span { border-color: #FAAFF5; }
span { border-color: rgb(250,175,245); }
td.TdClassName
{
border-color: #FAAFF5;
}
.TagClassName
{
border-color: #FAAFF5;
}
</style>