Shades of Lavender Rose #F5AFF6
Tints of Lavender Rose #F5AFF6
RGB
CMYK
RGB Variations
Color information
#F5AFF6 (or 0xF5AFF6) is known color: Lavender Rose. HEX triplet: F5, AF and F6. RGB value is (245,175,246). Sum of RGB (Red+Green+Blue) = 245+175+246=666 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.79% from 666); Green value is 175 (68.75% from 255 or 26.28% from 666); Blue value is 246 (96.48% from 255 or 36.94% from 666); Max value from RGB is 246 - color contains mainly: blue. Hex color #F5AFF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5AFF6 is #0A5009. Grayscale: #CBCBCB. Windows color (decimal): -675850 or 16166901. OLE color: 16166901.
HSL color Cylindrical-coordinate representation of color #F5AFF6: hue angle of 299.15º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5AFF6 is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 246 | - |
| CMYK | 0.00 | 0.29 | 0 | 0.04 |
| HSL | 299.15º | 0.8% | 0.83% | - |
| HSV(B) | 299.15º | 0.29% | 0.96% | - |
| XYZ | 69.62 | 56.73 | 94.47 | - |
| YUV | 204.02 | 151.69 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 246 | 0.00 | 0.29 | 0 | 0.04 | 299.15 | 0.8 | 0.83 |
| Hex | F5 | AF | F6 | 0 | 1D | 0 | 4 | 12B | 50 | 53 |
| Octal | 365 | 257 | 366 | 0 | 35 | 0 | 4 | 453 | 120 | 123 |
| Binary | 11110101 | 10101111 | 11110110 | 0 | 11101 | 0 | 100 | 100101011 | 1010000 | 1010011 |
Color Harmonies of #F5AFF6
Complementary color
Monochromatic Colors of #F5AFF6
Black with #F5AFF6
Text Example
Text Example
White with #F5AFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AFF6; }
p { color: rgb(245,175,246); }
H1.HeaderClassName
{
color: #F5AFF6;
}
.AnyTagClassName
{
color: #F5AFF6;
}
</style>
background-color css
<style>
a { background-color: #F5AFF6; }
a { background-color: rgb(245,175,246); }
div.DivClassName
{
background-color: #F5AFF6;
}
.BgClassName
{
background-color: #F5AFF6;
}
</style>
border-color css
<style>
span { border-color: #F5AFF6; }
span { border-color: rgb(245,175,246); }
td.TdClassName
{
border-color: #F5AFF6;
}
.TagClassName
{
border-color: #F5AFF6;
}
</style>