Shades of Lavender Rose #F4AFF3
Tints of Lavender Rose #F4AFF3
RGB
CMYK
RGB Variations
Color information
#F4AFF3 (or 0xF4AFF3) is known color: Lavender Rose. HEX triplet: F4, AF and F3. RGB value is (244,175,243). Sum of RGB (Red+Green+Blue) = 244+175+243=662 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.86% from 662); Green value is 175 (68.75% from 255 or 26.44% from 662); Blue value is 243 (95.31% from 255 or 36.71% from 662); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AFF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4AFF3 is #0B500C. Grayscale: #CBCBCB. Windows color (decimal): -741389 or 15970292. OLE color: 15970292.
HSL color Cylindrical-coordinate representation of color #F4AFF3: hue angle of 300.87º 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 #F4AFF3 is Cyan = 0, Magento = 0.28, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 175 | 243 | - |
| CMYK | 0 | 0.28 | 0.00 | 0.04 |
| HSL | 300.87º | 0.76% | 0.82% | - |
| HSV(B) | 300.87º | 0.28% | 0.96% | - |
| XYZ | 68.82 | 56.36 | 92.05 | - |
| YUV | 203.38 | 150.36 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 175 | 243 | 0 | 0.28 | 0.00 | 0.04 | 300.87 | 0.76 | 0.82 |
| Hex | F4 | AF | F3 | 0 | 1C | 0 | 4 | 12D | 4C | 52 |
| Octal | 364 | 257 | 363 | 0 | 34 | 0 | 4 | 455 | 114 | 122 |
| Binary | 11110100 | 10101111 | 11110011 | 0 | 11100 | 0 | 100 | 100101101 | 1001100 | 1010010 |
Color Harmonies of #F4AFF3
Complementary color
Monochromatic Colors of #F4AFF3
Black with #F4AFF3
Text Example
Text Example
White with #F4AFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AFF3; }
p { color: rgb(244,175,243); }
H1.HeaderClassName
{
color: #F4AFF3;
}
.AnyTagClassName
{
color: #F4AFF3;
}
</style>
background-color css
<style>
a { background-color: #F4AFF3; }
a { background-color: rgb(244,175,243); }
div.DivClassName
{
background-color: #F4AFF3;
}
.BgClassName
{
background-color: #F4AFF3;
}
</style>
border-color css
<style>
span { border-color: #F4AFF3; }
span { border-color: rgb(244,175,243); }
td.TdClassName
{
border-color: #F4AFF3;
}
.TagClassName
{
border-color: #F4AFF3;
}
</style>