Shades of Lavender Rose #F5ADE0
Tints of Lavender Rose #F5ADE0
RGB
CMYK
RGB Variations
Color information
#F5ADE0 (or 0xF5ADE0) is known color: Lavender Rose. HEX triplet: F5, AD and E0. RGB value is (245,173,224). Sum of RGB (Red+Green+Blue) = 245+173+224=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 173 (67.97% from 255 or 26.95% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ADE0 is #0A521F. Grayscale: #C8C8C8. Windows color (decimal): -676384 or 14724597. OLE color: 14724597.
HSL color Cylindrical-coordinate representation of color #F5ADE0: hue angle of 317.5º 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 #F5ADE0 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 224 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.04 |
| HSL | 317.5º | 0.78% | 0.82% | - |
| HSV(B) | 317.5º | 0.29% | 0.96% | - |
| XYZ | 66.05 | 54.68 | 77.59 | - |
| YUV | 200.34 | 141.35 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 224 | 0 | 0.29 | 0.09 | 0.04 | 317.5 | 0.78 | 0.82 |
| Hex | F5 | AD | E0 | 0 | 1D | 9 | 4 | 13E | 4E | 52 |
| Octal | 365 | 255 | 340 | 0 | 35 | 11 | 4 | 476 | 116 | 122 |
| Binary | 11110101 | 10101101 | 11100000 | 0 | 11101 | 1001 | 100 | 100111110 | 1001110 | 1010010 |
Color Harmonies of #F5ADE0
Complementary color
Monochromatic Colors of #F5ADE0
Black with #F5ADE0
Text Example
Text Example
White with #F5ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ADE0; }
p { color: rgb(245,173,224); }
H1.HeaderClassName
{
color: #F5ADE0;
}
.AnyTagClassName
{
color: #F5ADE0;
}
</style>
background-color css
<style>
a { background-color: #F5ADE0; }
a { background-color: rgb(245,173,224); }
div.DivClassName
{
background-color: #F5ADE0;
}
.BgClassName
{
background-color: #F5ADE0;
}
</style>
border-color css
<style>
span { border-color: #F5ADE0; }
span { border-color: rgb(245,173,224); }
td.TdClassName
{
border-color: #F5ADE0;
}
.TagClassName
{
border-color: #F5ADE0;
}
</style>