Shades of Lavender Rose #F5A8EC
Tints of Lavender Rose #F5A8EC
RGB
CMYK
RGB Variations
Color information
#F5A8EC (or 0xF5A8EC) is known color: Lavender Rose. HEX triplet: F5, A8 and EC. RGB value is (245,168,236). Sum of RGB (Red+Green+Blue) = 245+168+236=649 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.75% from 649); Green value is 168 (66.02% from 255 or 25.89% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A8EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A8EC is #0A5713. Grayscale: #C6C6C6. Windows color (decimal): -677652 or 15509749. OLE color: 15509749.
HSL color Cylindrical-coordinate representation of color #F5A8EC: hue angle of 307.01º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5A8EC is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 168 | 236 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.04 |
| HSL | 307.01º | 0.79% | 0.81% | - |
| HSV(B) | 307.01º | 0.31% | 0.96% | - |
| XYZ | 66.8 | 53.47 | 86.16 | - |
| YUV | 198.78 | 149.01 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 236 | 0 | 0.31 | 0.04 | 0.04 | 307.01 | 0.79 | 0.81 |
| Hex | F5 | A8 | EC | 0 | 1F | 4 | 4 | 133 | 4F | 51 |
| Octal | 365 | 250 | 354 | 0 | 37 | 4 | 4 | 463 | 117 | 121 |
| Binary | 11110101 | 10101000 | 11101100 | 0 | 11111 | 100 | 100 | 100110011 | 1001111 | 1010001 |
Color Harmonies of #F5A8EC
Complementary color
Monochromatic Colors of #F5A8EC
Black with #F5A8EC
Text Example
Text Example
White with #F5A8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A8EC; }
p { color: rgb(245,168,236); }
H1.HeaderClassName
{
color: #F5A8EC;
}
.AnyTagClassName
{
color: #F5A8EC;
}
</style>
background-color css
<style>
a { background-color: #F5A8EC; }
a { background-color: rgb(245,168,236); }
div.DivClassName
{
background-color: #F5A8EC;
}
.BgClassName
{
background-color: #F5A8EC;
}
</style>
border-color css
<style>
span { border-color: #F5A8EC; }
span { border-color: rgb(245,168,236); }
td.TdClassName
{
border-color: #F5A8EC;
}
.TagClassName
{
border-color: #F5A8EC;
}
</style>