Shades of Lavender Rose #F1AFF0
Tints of Lavender Rose #F1AFF0
RGB
CMYK
RGB Variations
Color information
#F1AFF0 (or 0xF1AFF0) is known color: Lavender Rose. HEX triplet: F1, AF and F0. RGB value is (241,175,240). Sum of RGB (Red+Green+Blue) = 241+175+240=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 175 (68.75% from 255 or 26.68% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AFF0 is #0E500F. Grayscale: #C9C9C9. Windows color (decimal): -938000 or 15773681. OLE color: 15773681.
HSL color Cylindrical-coordinate representation of color #F1AFF0: hue angle of 300.91º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1AFF0 is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 175 | 240 | - |
| CMYK | 0 | 0.27 | 0.00 | 0.05 |
| HSL | 300.91º | 0.7% | 0.82% | - |
| HSV(B) | 300.91º | 0.27% | 0.95% | - |
| XYZ | 67.33 | 55.65 | 89.63 | - |
| YUV | 202.14 | 149.37 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 175 | 240 | 0 | 0.27 | 0.00 | 0.05 | 300.91 | 0.7 | 0.82 |
| Hex | F1 | AF | F0 | 0 | 1B | 0 | 5 | 12D | 46 | 52 |
| Octal | 361 | 257 | 360 | 0 | 33 | 0 | 5 | 455 | 106 | 122 |
| Binary | 11110001 | 10101111 | 11110000 | 0 | 11011 | 0 | 101 | 100101101 | 1000110 | 1010010 |
Color Harmonies of #F1AFF0
Complementary color
Monochromatic Colors of #F1AFF0
Black with #F1AFF0
Text Example
Text Example
White with #F1AFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AFF0; }
p { color: rgb(241,175,240); }
H1.HeaderClassName
{
color: #F1AFF0;
}
.AnyTagClassName
{
color: #F1AFF0;
}
</style>
background-color css
<style>
a { background-color: #F1AFF0; }
a { background-color: rgb(241,175,240); }
div.DivClassName
{
background-color: #F1AFF0;
}
.BgClassName
{
background-color: #F1AFF0;
}
</style>
border-color css
<style>
span { border-color: #F1AFF0; }
span { border-color: rgb(241,175,240); }
td.TdClassName
{
border-color: #F1AFF0;
}
.TagClassName
{
border-color: #F1AFF0;
}
</style>