Shades of Lavender Rose #F5ADEF
Tints of Lavender Rose #F5ADEF
RGB
CMYK
RGB Variations
Color information
#F5ADEF (or 0xF5ADEF) is known color: Lavender Rose. HEX triplet: F5, AD and EF. RGB value is (245,173,239). Sum of RGB (Red+Green+Blue) = 245+173+239=657 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.29% from 657); Green value is 173 (67.97% from 255 or 26.33% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ADEF is #0A5210. Grayscale: #C9C9C9. Windows color (decimal): -676369 or 15707637. OLE color: 15707637.
HSL color Cylindrical-coordinate representation of color #F5ADEF: hue angle of 305º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5ADEF is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 239 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.04 |
| HSL | 305º | 0.78% | 0.82% | - |
| HSV(B) | 305º | 0.29% | 0.96% | - |
| XYZ | 68.18 | 55.53 | 88.79 | - |
| YUV | 202.05 | 148.85 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 239 | 0 | 0.29 | 0.02 | 0.04 | 305 | 0.78 | 0.82 |
| Hex | F5 | AD | EF | 0 | 1D | 2 | 4 | 131 | 4E | 52 |
| Octal | 365 | 255 | 357 | 0 | 35 | 2 | 4 | 461 | 116 | 122 |
| Binary | 11110101 | 10101101 | 11101111 | 0 | 11101 | 10 | 100 | 100110001 | 1001110 | 1010010 |
Color Harmonies of #F5ADEF
Complementary color
Monochromatic Colors of #F5ADEF
Black with #F5ADEF
Text Example
Text Example
White with #F5ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ADEF; }
p { color: rgb(245,173,239); }
H1.HeaderClassName
{
color: #F5ADEF;
}
.AnyTagClassName
{
color: #F5ADEF;
}
</style>
background-color css
<style>
a { background-color: #F5ADEF; }
a { background-color: rgb(245,173,239); }
div.DivClassName
{
background-color: #F5ADEF;
}
.BgClassName
{
background-color: #F5ADEF;
}
</style>
border-color css
<style>
span { border-color: #F5ADEF; }
span { border-color: rgb(245,173,239); }
td.TdClassName
{
border-color: #F5ADEF;
}
.TagClassName
{
border-color: #F5ADEF;
}
</style>