Shades of Lavender Rose #F5ADE5
Tints of Lavender Rose #F5ADE5
RGB
CMYK
RGB Variations
Color information
#F5ADE5 (or 0xF5ADE5) is known color: Lavender Rose. HEX triplet: F5, AD and E5. RGB value is (245,173,229). Sum of RGB (Red+Green+Blue) = 245+173+229=647 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.87% from 647); Green value is 173 (67.97% from 255 or 26.74% from 647); Blue value is 229 (89.84% from 255 or 35.39% from 647); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ADE5 is #0A521A. Grayscale: #C8C8C8. Windows color (decimal): -676379 or 15052277. OLE color: 15052277.
HSL color Cylindrical-coordinate representation of color #F5ADE5: hue angle of 313.33º 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 #F5ADE5 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 229 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.04 |
| HSL | 313.33º | 0.78% | 0.82% | - |
| HSV(B) | 313.33º | 0.29% | 0.96% | - |
| XYZ | 66.74 | 54.96 | 81.22 | - |
| YUV | 200.91 | 143.85 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 229 | 0 | 0.29 | 0.07 | 0.04 | 313.33 | 0.78 | 0.82 |
| Hex | F5 | AD | E5 | 0 | 1D | 7 | 4 | 139 | 4E | 52 |
| Octal | 365 | 255 | 345 | 0 | 35 | 7 | 4 | 471 | 116 | 122 |
| Binary | 11110101 | 10101101 | 11100101 | 0 | 11101 | 111 | 100 | 100111001 | 1001110 | 1010010 |
Color Harmonies of #F5ADE5
Complementary color
Monochromatic Colors of #F5ADE5
Black with #F5ADE5
Text Example
Text Example
White with #F5ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ADE5; }
p { color: rgb(245,173,229); }
H1.HeaderClassName
{
color: #F5ADE5;
}
.AnyTagClassName
{
color: #F5ADE5;
}
</style>
background-color css
<style>
a { background-color: #F5ADE5; }
a { background-color: rgb(245,173,229); }
div.DivClassName
{
background-color: #F5ADE5;
}
.BgClassName
{
background-color: #F5ADE5;
}
</style>
border-color css
<style>
span { border-color: #F5ADE5; }
span { border-color: rgb(245,173,229); }
td.TdClassName
{
border-color: #F5ADE5;
}
.TagClassName
{
border-color: #F5ADE5;
}
</style>