Shades of Lavender Rose #F5A8ED
Tints of Lavender Rose #F5A8ED
RGB
CMYK
RGB Variations
Color information
#F5A8ED (or 0xF5A8ED) is known color: Lavender Rose. HEX triplet: F5, A8 and ED. RGB value is (245,168,237). Sum of RGB (Red+Green+Blue) = 245+168+237=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 168 (66.02% from 255 or 25.85% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A8ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A8ED is #0A5712. Grayscale: #C6C6C6. Windows color (decimal): -677651 or 15575285. OLE color: 15575285.
HSL color Cylindrical-coordinate representation of color #F5A8ED: hue angle of 306.23º 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 #F5A8ED is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 168 | 237 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.04 |
| HSL | 306.23º | 0.79% | 0.81% | - |
| HSV(B) | 306.23º | 0.31% | 0.96% | - |
| XYZ | 66.94 | 53.53 | 86.93 | - |
| YUV | 198.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 237 | 0 | 0.31 | 0.03 | 0.04 | 306.23 | 0.79 | 0.81 |
| Hex | F5 | A8 | ED | 0 | 1F | 3 | 4 | 132 | 4F | 51 |
| Octal | 365 | 250 | 355 | 0 | 37 | 3 | 4 | 462 | 117 | 121 |
| Binary | 11110101 | 10101000 | 11101101 | 0 | 11111 | 11 | 100 | 100110010 | 1001111 | 1010001 |
Color Harmonies of #F5A8ED
Complementary color
Monochromatic Colors of #F5A8ED
Black with #F5A8ED
Text Example
Text Example
White with #F5A8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A8ED; }
p { color: rgb(245,168,237); }
H1.HeaderClassName
{
color: #F5A8ED;
}
.AnyTagClassName
{
color: #F5A8ED;
}
</style>
background-color css
<style>
a { background-color: #F5A8ED; }
a { background-color: rgb(245,168,237); }
div.DivClassName
{
background-color: #F5A8ED;
}
.BgClassName
{
background-color: #F5A8ED;
}
</style>
border-color css
<style>
span { border-color: #F5A8ED; }
span { border-color: rgb(245,168,237); }
td.TdClassName
{
border-color: #F5A8ED;
}
.TagClassName
{
border-color: #F5A8ED;
}
</style>