Shades of Lavender Rose #F3AAE0
Tints of Lavender Rose #F3AAE0
RGB
CMYK
RGB Variations
Color information
#F3AAE0 (or 0xF3AAE0) is known color: Lavender Rose. HEX triplet: F3, AA and E0. RGB value is (243,170,224). Sum of RGB (Red+Green+Blue) = 243+170+224=637 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.15% from 637); Green value is 170 (66.80% from 255 or 26.69% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AAE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AAE0 is #0C551F. Grayscale: #C5C5C5. Windows color (decimal): -808224 or 14723827. OLE color: 14723827.
HSL color Cylindrical-coordinate representation of color #F3AAE0: hue angle of 315.62º 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 #F3AAE0 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 170 | 224 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.05 |
| HSL | 315.62º | 0.75% | 0.81% | - |
| HSV(B) | 315.62º | 0.3% | 0.95% | - |
| XYZ | 64.79 | 53.19 | 77.37 | - |
| YUV | 197.98 | 142.68 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 170 | 224 | 0 | 0.30 | 0.08 | 0.05 | 315.62 | 0.75 | 0.81 |
| Hex | F3 | AA | E0 | 0 | 1E | 8 | 5 | 13C | 4B | 51 |
| Octal | 363 | 252 | 340 | 0 | 36 | 10 | 5 | 474 | 113 | 121 |
| Binary | 11110011 | 10101010 | 11100000 | 0 | 11110 | 1000 | 101 | 100111100 | 1001011 | 1010001 |
Color Harmonies of #F3AAE0
Complementary color
Monochromatic Colors of #F3AAE0
Black with #F3AAE0
Text Example
Text Example
White with #F3AAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AAE0; }
p { color: rgb(243,170,224); }
H1.HeaderClassName
{
color: #F3AAE0;
}
.AnyTagClassName
{
color: #F3AAE0;
}
</style>
background-color css
<style>
a { background-color: #F3AAE0; }
a { background-color: rgb(243,170,224); }
div.DivClassName
{
background-color: #F3AAE0;
}
.BgClassName
{
background-color: #F3AAE0;
}
</style>
border-color css
<style>
span { border-color: #F3AAE0; }
span { border-color: rgb(243,170,224); }
td.TdClassName
{
border-color: #F3AAE0;
}
.TagClassName
{
border-color: #F3AAE0;
}
</style>