Shades of Lavender Rose #F3AAEA
Tints of Lavender Rose #F3AAEA
RGB
CMYK
RGB Variations
Color information
#F3AAEA (or 0xF3AAEA) is known color: Lavender Rose. HEX triplet: F3, AA and EA. RGB value is (243,170,234). Sum of RGB (Red+Green+Blue) = 243+170+234=647 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.56% from 647); Green value is 170 (66.80% from 255 or 26.28% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3AAEA is #0C5515. Grayscale: #C6C6C6. Windows color (decimal): -808214 or 15379187. OLE color: 15379187.
HSL color Cylindrical-coordinate representation of color #F3AAEA: hue angle of 307.4º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3AAEA is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 170 | 234 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.05 |
| HSL | 307.4º | 0.75% | 0.81% | - |
| HSV(B) | 307.4º | 0.3% | 0.95% | - |
| XYZ | 66.19 | 53.74 | 84.73 | - |
| YUV | 199.12 | 147.68 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 170 | 234 | 0 | 0.30 | 0.04 | 0.05 | 307.4 | 0.75 | 0.81 |
| Hex | F3 | AA | EA | 0 | 1E | 4 | 5 | 133 | 4B | 51 |
| Octal | 363 | 252 | 352 | 0 | 36 | 4 | 5 | 463 | 113 | 121 |
| Binary | 11110011 | 10101010 | 11101010 | 0 | 11110 | 100 | 101 | 100110011 | 1001011 | 1010001 |
Color Harmonies of #F3AAEA
Complementary color
Monochromatic Colors of #F3AAEA
Black with #F3AAEA
Text Example
Text Example
White with #F3AAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AAEA; }
p { color: rgb(243,170,234); }
H1.HeaderClassName
{
color: #F3AAEA;
}
.AnyTagClassName
{
color: #F3AAEA;
}
</style>
background-color css
<style>
a { background-color: #F3AAEA; }
a { background-color: rgb(243,170,234); }
div.DivClassName
{
background-color: #F3AAEA;
}
.BgClassName
{
background-color: #F3AAEA;
}
</style>
border-color css
<style>
span { border-color: #F3AAEA; }
span { border-color: rgb(243,170,234); }
td.TdClassName
{
border-color: #F3AAEA;
}
.TagClassName
{
border-color: #F3AAEA;
}
</style>