Shades of Lavender Rose #F5A5EE
Tints of Lavender Rose #F5A5EE
RGB
CMYK
RGB Variations
Color information
#F5A5EE (or 0xF5A5EE) is known color: Lavender Rose. HEX triplet: F5, A5 and EE. RGB value is (245,165,238). Sum of RGB (Red+Green+Blue) = 245+165+238=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 165 (64.84% from 255 or 25.46% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A5EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A5EE is #0A5A11. Grayscale: #C5C5C5. Windows color (decimal): -678418 or 15640053. OLE color: 15640053.
HSL color Cylindrical-coordinate representation of color #F5A5EE: hue angle of 305.25º 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 #F5A5EE is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 165 | 238 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.04 |
| HSL | 305.25º | 0.8% | 0.8% | - |
| HSV(B) | 305.25º | 0.33% | 0.96% | - |
| XYZ | 66.54 | 52.5 | 87.51 | - |
| YUV | 197.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 165 | 238 | 0 | 0.33 | 0.03 | 0.04 | 305.25 | 0.8 | 0.8 |
| Hex | F5 | A5 | EE | 0 | 21 | 3 | 4 | 131 | 50 | 50 |
| Octal | 365 | 245 | 356 | 0 | 41 | 3 | 4 | 461 | 120 | 120 |
| Binary | 11110101 | 10100101 | 11101110 | 0 | 100001 | 11 | 100 | 100110001 | 1010000 | 1010000 |
Color Harmonies of #F5A5EE
Complementary color
Monochromatic Colors of #F5A5EE
Black with #F5A5EE
Text Example
Text Example
White with #F5A5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A5EE; }
p { color: rgb(245,165,238); }
H1.HeaderClassName
{
color: #F5A5EE;
}
.AnyTagClassName
{
color: #F5A5EE;
}
</style>
background-color css
<style>
a { background-color: #F5A5EE; }
a { background-color: rgb(245,165,238); }
div.DivClassName
{
background-color: #F5A5EE;
}
.BgClassName
{
background-color: #F5A5EE;
}
</style>
border-color css
<style>
span { border-color: #F5A5EE; }
span { border-color: rgb(245,165,238); }
td.TdClassName
{
border-color: #F5A5EE;
}
.TagClassName
{
border-color: #F5A5EE;
}
</style>