Shades of Lavender Rose #F4AFF2
Tints of Lavender Rose #F4AFF2
RGB
CMYK
RGB Variations
Color information
#F4AFF2 (or 0xF4AFF2) is known color: Lavender Rose. HEX triplet: F4, AF and F2. RGB value is (244,175,242). Sum of RGB (Red+Green+Blue) = 244+175+242=661 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.91% from 661); Green value is 175 (68.75% from 255 or 26.48% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AFF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4AFF2 is #0B500D. Grayscale: #CBCBCB. Windows color (decimal): -741390 or 15904756. OLE color: 15904756.
HSL color Cylindrical-coordinate representation of color #F4AFF2: hue angle of 301.74º 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 #F4AFF2 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 175 | 242 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.04 |
| HSL | 301.74º | 0.76% | 0.82% | - |
| HSV(B) | 301.74º | 0.28% | 0.96% | - |
| XYZ | 68.67 | 56.3 | 91.25 | - |
| YUV | 203.27 | 149.86 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 175 | 242 | 0 | 0.28 | 0.01 | 0.04 | 301.74 | 0.76 | 0.82 |
| Hex | F4 | AF | F2 | 0 | 1C | 1 | 4 | 12E | 4C | 52 |
| Octal | 364 | 257 | 362 | 0 | 34 | 1 | 4 | 456 | 114 | 122 |
| Binary | 11110100 | 10101111 | 11110010 | 0 | 11100 | 1 | 100 | 100101110 | 1001100 | 1010010 |
Color Harmonies of #F4AFF2
Complementary color
Monochromatic Colors of #F4AFF2
Black with #F4AFF2
Text Example
Text Example
White with #F4AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AFF2; }
p { color: rgb(244,175,242); }
H1.HeaderClassName
{
color: #F4AFF2;
}
.AnyTagClassName
{
color: #F4AFF2;
}
</style>
background-color css
<style>
a { background-color: #F4AFF2; }
a { background-color: rgb(244,175,242); }
div.DivClassName
{
background-color: #F4AFF2;
}
.BgClassName
{
background-color: #F4AFF2;
}
</style>
border-color css
<style>
span { border-color: #F4AFF2; }
span { border-color: rgb(244,175,242); }
td.TdClassName
{
border-color: #F4AFF2;
}
.TagClassName
{
border-color: #F4AFF2;
}
</style>