Shades of Lavender Rose #F1AFE0
Tints of Lavender Rose #F1AFE0
RGB
CMYK
RGB Variations
Color information
#F1AFE0 (or 0xF1AFE0) is known color: Lavender Rose. HEX triplet: F1, AF and E0. RGB value is (241,175,224). Sum of RGB (Red+Green+Blue) = 241+175+224=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AFE0 is #0E501F. Grayscale: #C8C8C8. Windows color (decimal): -938016 or 14725105. OLE color: 14725105.
HSL color Cylindrical-coordinate representation of color #F1AFE0: hue angle of 315.45º 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 #F1AFE0 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 175 | 224 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.05 |
| HSL | 315.45º | 0.7% | 0.82% | - |
| HSV(B) | 315.45º | 0.27% | 0.95% | - |
| XYZ | 65.06 | 54.74 | 77.66 | - |
| YUV | 200.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 175 | 224 | 0 | 0.27 | 0.07 | 0.05 | 315.45 | 0.7 | 0.82 |
| Hex | F1 | AF | E0 | 0 | 1B | 7 | 5 | 13B | 46 | 52 |
| Octal | 361 | 257 | 340 | 0 | 33 | 7 | 5 | 473 | 106 | 122 |
| Binary | 11110001 | 10101111 | 11100000 | 0 | 11011 | 111 | 101 | 100111011 | 1000110 | 1010010 |
Color Harmonies of #F1AFE0
Complementary color
Monochromatic Colors of #F1AFE0
Black with #F1AFE0
Text Example
Text Example
White with #F1AFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AFE0; }
p { color: rgb(241,175,224); }
H1.HeaderClassName
{
color: #F1AFE0;
}
.AnyTagClassName
{
color: #F1AFE0;
}
</style>
background-color css
<style>
a { background-color: #F1AFE0; }
a { background-color: rgb(241,175,224); }
div.DivClassName
{
background-color: #F1AFE0;
}
.BgClassName
{
background-color: #F1AFE0;
}
</style>
border-color css
<style>
span { border-color: #F1AFE0; }
span { border-color: rgb(241,175,224); }
td.TdClassName
{
border-color: #F1AFE0;
}
.TagClassName
{
border-color: #F1AFE0;
}
</style>