Shades of Lavender Rose #F5A3DD
Tints of Lavender Rose #F5A3DD
RGB
CMYK
RGB Variations
Color information
#F5A3DD (or 0xF5A3DD) is known color: Lavender Rose. HEX triplet: F5, A3 and DD. RGB value is (245,163,221). Sum of RGB (Red+Green+Blue) = 245+163+221=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 163 (64.06% from 255 or 25.91% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A3DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A3DD is #0A5C22. Grayscale: #C1C1C1. Windows color (decimal): -678947 or 14525429. OLE color: 14525429.
HSL color Cylindrical-coordinate representation of color #F5A3DD: hue angle of 317.56º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F5A3DD is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 163 | 221 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.04 |
| HSL | 317.56º | 0.8% | 0.8% | - |
| HSV(B) | 317.56º | 0.33% | 0.96% | - |
| XYZ | 63.8 | 50.83 | 74.85 | - |
| YUV | 194.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 163 | 221 | 0 | 0.33 | 0.10 | 0.04 | 317.56 | 0.8 | 0.8 |
| Hex | F5 | A3 | DD | 0 | 21 | A | 4 | 13E | 50 | 50 |
| Octal | 365 | 243 | 335 | 0 | 41 | 12 | 4 | 476 | 120 | 120 |
| Binary | 11110101 | 10100011 | 11011101 | 0 | 100001 | 1010 | 100 | 100111110 | 1010000 | 1010000 |
Color Harmonies of #F5A3DD
Complementary color
Monochromatic Colors of #F5A3DD
Black with #F5A3DD
Text Example
Text Example
White with #F5A3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A3DD; }
p { color: rgb(245,163,221); }
H1.HeaderClassName
{
color: #F5A3DD;
}
.AnyTagClassName
{
color: #F5A3DD;
}
</style>
background-color css
<style>
a { background-color: #F5A3DD; }
a { background-color: rgb(245,163,221); }
div.DivClassName
{
background-color: #F5A3DD;
}
.BgClassName
{
background-color: #F5A3DD;
}
</style>
border-color css
<style>
span { border-color: #F5A3DD; }
span { border-color: rgb(245,163,221); }
td.TdClassName
{
border-color: #F5A3DD;
}
.TagClassName
{
border-color: #F5A3DD;
}
</style>