Shades of Lavender Rose #F5ADE2
Tints of Lavender Rose #F5ADE2
RGB
CMYK
RGB Variations
Color information
#F5ADE2 (or 0xF5ADE2) is known color: Lavender Rose. HEX triplet: F5, AD and E2. RGB value is (245,173,226). Sum of RGB (Red+Green+Blue) = 245+173+226=644 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.04% from 644); Green value is 173 (67.97% from 255 or 26.86% from 644); Blue value is 226 (88.67% from 255 or 35.09% from 644); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ADE2 is #0A521D. Grayscale: #C8C8C8. Windows color (decimal): -676382 or 14855669. OLE color: 14855669.
HSL color Cylindrical-coordinate representation of color #F5ADE2: hue angle of 315.83º 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 #F5ADE2 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 226 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.04 |
| HSL | 315.83º | 0.78% | 0.82% | - |
| HSV(B) | 315.83º | 0.29% | 0.96% | - |
| XYZ | 66.33 | 54.79 | 79.03 | - |
| YUV | 200.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 226 | 0 | 0.29 | 0.08 | 0.04 | 315.83 | 0.78 | 0.82 |
| Hex | F5 | AD | E2 | 0 | 1D | 8 | 4 | 13C | 4E | 52 |
| Octal | 365 | 255 | 342 | 0 | 35 | 10 | 4 | 474 | 116 | 122 |
| Binary | 11110101 | 10101101 | 11100010 | 0 | 11101 | 1000 | 100 | 100111100 | 1001110 | 1010010 |
Color Harmonies of #F5ADE2
Complementary color
Monochromatic Colors of #F5ADE2
Black with #F5ADE2
Text Example
Text Example
White with #F5ADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ADE2; }
p { color: rgb(245,173,226); }
H1.HeaderClassName
{
color: #F5ADE2;
}
.AnyTagClassName
{
color: #F5ADE2;
}
</style>
background-color css
<style>
a { background-color: #F5ADE2; }
a { background-color: rgb(245,173,226); }
div.DivClassName
{
background-color: #F5ADE2;
}
.BgClassName
{
background-color: #F5ADE2;
}
</style>
border-color css
<style>
span { border-color: #F5ADE2; }
span { border-color: rgb(245,173,226); }
td.TdClassName
{
border-color: #F5ADE2;
}
.TagClassName
{
border-color: #F5ADE2;
}
</style>