Shades of Lavender Rose #F3A4EF
Tints of Lavender Rose #F3A4EF
RGB
CMYK
RGB Variations
Color information
#F3A4EF (or 0xF3A4EF) is known color: Lavender Rose. HEX triplet: F3, A4 and EF. RGB value is (243,164,239). Sum of RGB (Red+Green+Blue) = 243+164+239=646 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.62% from 646); Green value is 164 (64.45% from 255 or 25.39% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A4EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A4EF is #0C5B10. Grayscale: #C3C3C3. Windows color (decimal): -809745 or 15705331. OLE color: 15705331.
HSL color Cylindrical-coordinate representation of color #F3A4EF: hue angle of 303.04º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3A4EF is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 164 | 239 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.05 |
| HSL | 303.04º | 0.77% | 0.8% | - |
| HSV(B) | 303.04º | 0.33% | 0.95% | - |
| XYZ | 65.82 | 51.84 | 88.2 | - |
| YUV | 196.17 | 152.17 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 164 | 239 | 0 | 0.33 | 0.02 | 0.05 | 303.04 | 0.77 | 0.8 |
| Hex | F3 | A4 | EF | 0 | 21 | 2 | 5 | 12F | 4D | 50 |
| Octal | 363 | 244 | 357 | 0 | 41 | 2 | 5 | 457 | 115 | 120 |
| Binary | 11110011 | 10100100 | 11101111 | 0 | 100001 | 10 | 101 | 100101111 | 1001101 | 1010000 |
Color Harmonies of #F3A4EF
Complementary color
Monochromatic Colors of #F3A4EF
Black with #F3A4EF
Text Example
Text Example
White with #F3A4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A4EF; }
p { color: rgb(243,164,239); }
H1.HeaderClassName
{
color: #F3A4EF;
}
.AnyTagClassName
{
color: #F3A4EF;
}
</style>
background-color css
<style>
a { background-color: #F3A4EF; }
a { background-color: rgb(243,164,239); }
div.DivClassName
{
background-color: #F3A4EF;
}
.BgClassName
{
background-color: #F3A4EF;
}
</style>
border-color css
<style>
span { border-color: #F3A4EF; }
span { border-color: rgb(243,164,239); }
td.TdClassName
{
border-color: #F3A4EF;
}
.TagClassName
{
border-color: #F3A4EF;
}
</style>