Shades of Lavender Rose #F3A9E5
Tints of Lavender Rose #F3A9E5
RGB
CMYK
RGB Variations
Color information
#F3A9E5 (or 0xF3A9E5) is known color: Lavender Rose. HEX triplet: F3, A9 and E5. RGB value is (243,169,229). Sum of RGB (Red+Green+Blue) = 243+169+229=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 169 (66.41% from 255 or 26.37% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A9E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A9E5 is #0C561A. Grayscale: #C5C5C5. Windows color (decimal): -808475 or 15051251. OLE color: 15051251.
HSL color Cylindrical-coordinate representation of color #F3A9E5: hue angle of 311.35º degrees, saturation: 0.76, 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 #F3A9E5 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 169 | 229 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.05 |
| HSL | 311.35º | 0.76% | 0.81% | - |
| HSV(B) | 311.35º | 0.3% | 0.95% | - |
| XYZ | 65.29 | 53.09 | 80.93 | - |
| YUV | 197.97 | 145.52 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 169 | 229 | 0 | 0.30 | 0.06 | 0.05 | 311.35 | 0.76 | 0.81 |
| Hex | F3 | A9 | E5 | 0 | 1E | 6 | 5 | 137 | 4C | 51 |
| Octal | 363 | 251 | 345 | 0 | 36 | 6 | 5 | 467 | 114 | 121 |
| Binary | 11110011 | 10101001 | 11100101 | 0 | 11110 | 110 | 101 | 100110111 | 1001100 | 1010001 |
Color Harmonies of #F3A9E5
Complementary color
Monochromatic Colors of #F3A9E5
Black with #F3A9E5
Text Example
Text Example
White with #F3A9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A9E5; }
p { color: rgb(243,169,229); }
H1.HeaderClassName
{
color: #F3A9E5;
}
.AnyTagClassName
{
color: #F3A9E5;
}
</style>
background-color css
<style>
a { background-color: #F3A9E5; }
a { background-color: rgb(243,169,229); }
div.DivClassName
{
background-color: #F3A9E5;
}
.BgClassName
{
background-color: #F3A9E5;
}
</style>
border-color css
<style>
span { border-color: #F3A9E5; }
span { border-color: rgb(243,169,229); }
td.TdClassName
{
border-color: #F3A9E5;
}
.TagClassName
{
border-color: #F3A9E5;
}
</style>