Shades of Lavender Rose #F0A5EE
Tints of Lavender Rose #F0A5EE
RGB
CMYK
RGB Variations
Color information
#F0A5EE (or 0xF0A5EE) is known color: Lavender Rose. HEX triplet: F0, A5 and EE. RGB value is (240,165,238). Sum of RGB (Red+Green+Blue) = 240+165+238=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 165 (64.84% from 255 or 25.66% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A5EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A5EE is #0F5A11. Grayscale: #C3C3C3. Windows color (decimal): -1006098 or 15640048. OLE color: 15640048.
HSL color Cylindrical-coordinate representation of color #F0A5EE: hue angle of 301.6º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0A5EE is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 165 | 238 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.06 |
| HSL | 301.6º | 0.71% | 0.79% | - |
| HSV(B) | 301.6º | 0.31% | 0.94% | - |
| XYZ | 64.82 | 51.61 | 87.43 | - |
| YUV | 195.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 165 | 238 | 0 | 0.31 | 0.01 | 0.06 | 301.6 | 0.71 | 0.79 |
| Hex | F0 | A5 | EE | 0 | 1F | 1 | 6 | 12E | 47 | 4F |
| Octal | 360 | 245 | 356 | 0 | 37 | 1 | 6 | 456 | 107 | 117 |
| Binary | 11110000 | 10100101 | 11101110 | 0 | 11111 | 1 | 110 | 100101110 | 1000111 | 1001111 |
Color Harmonies of #F0A5EE
Complementary color
Monochromatic Colors of #F0A5EE
Black with #F0A5EE
Text Example
Text Example
White with #F0A5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A5EE; }
p { color: rgb(240,165,238); }
H1.HeaderClassName
{
color: #F0A5EE;
}
.AnyTagClassName
{
color: #F0A5EE;
}
</style>
background-color css
<style>
a { background-color: #F0A5EE; }
a { background-color: rgb(240,165,238); }
div.DivClassName
{
background-color: #F0A5EE;
}
.BgClassName
{
background-color: #F0A5EE;
}
</style>
border-color css
<style>
span { border-color: #F0A5EE; }
span { border-color: rgb(240,165,238); }
td.TdClassName
{
border-color: #F0A5EE;
}
.TagClassName
{
border-color: #F0A5EE;
}
</style>