Shades of Lavender Rose #F4AFF1
Tints of Lavender Rose #F4AFF1
RGB
CMYK
RGB Variations
Color information
#F4AFF1 (or 0xF4AFF1) is known color: Lavender Rose. HEX triplet: F4, AF and F1. RGB value is (244,175,241). Sum of RGB (Red+Green+Blue) = 244+175+241=660 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.97% from 660); Green value is 175 (68.75% from 255 or 26.52% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AFF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4AFF1 is #0B500E. Grayscale: #CACACA. Windows color (decimal): -741391 or 15839220. OLE color: 15839220.
HSL color Cylindrical-coordinate representation of color #F4AFF1: hue angle of 302.61º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4AFF1 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 175 | 241 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.04 |
| HSL | 302.61º | 0.76% | 0.82% | - |
| HSV(B) | 302.61º | 0.28% | 0.96% | - |
| XYZ | 68.52 | 56.24 | 90.46 | - |
| YUV | 203.16 | 149.36 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 175 | 241 | 0 | 0.28 | 0.01 | 0.04 | 302.61 | 0.76 | 0.82 |
| Hex | F4 | AF | F1 | 0 | 1C | 1 | 4 | 12F | 4C | 52 |
| Octal | 364 | 257 | 361 | 0 | 34 | 1 | 4 | 457 | 114 | 122 |
| Binary | 11110100 | 10101111 | 11110001 | 0 | 11100 | 1 | 100 | 100101111 | 1001100 | 1010010 |
Color Harmonies of #F4AFF1
Complementary color
Monochromatic Colors of #F4AFF1
Black with #F4AFF1
Text Example
Text Example
White with #F4AFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AFF1; }
p { color: rgb(244,175,241); }
H1.HeaderClassName
{
color: #F4AFF1;
}
.AnyTagClassName
{
color: #F4AFF1;
}
</style>
background-color css
<style>
a { background-color: #F4AFF1; }
a { background-color: rgb(244,175,241); }
div.DivClassName
{
background-color: #F4AFF1;
}
.BgClassName
{
background-color: #F4AFF1;
}
</style>
border-color css
<style>
span { border-color: #F4AFF1; }
span { border-color: rgb(244,175,241); }
td.TdClassName
{
border-color: #F4AFF1;
}
.TagClassName
{
border-color: #F4AFF1;
}
</style>