Shades of Lavender Rose #F7ADE0
Tints of Lavender Rose #F7ADE0
RGB
CMYK
RGB Variations
Color information
#F7ADE0 (or 0xF7ADE0) is known color: Lavender Rose. HEX triplet: F7, AD and E0. RGB value is (247,173,224). Sum of RGB (Red+Green+Blue) = 247+173+224=644 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.35% from 644); Green value is 173 (67.97% from 255 or 26.86% from 644); Blue value is 224 (87.89% from 255 or 34.78% from 644); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADE0 is #08521F. Grayscale: #C8C8C8. Windows color (decimal): -545312 or 14724599. OLE color: 14724599.
HSL color Cylindrical-coordinate representation of color #F7ADE0: hue angle of 318.65º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7ADE0 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 224 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.03 |
| HSL | 318.65º | 0.82% | 0.82% | - |
| HSV(B) | 318.65º | 0.3% | 0.97% | - |
| XYZ | 66.76 | 55.04 | 77.63 | - |
| YUV | 200.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 224 | 0 | 0.30 | 0.09 | 0.03 | 318.65 | 0.82 | 0.82 |
| Hex | F7 | AD | E0 | 0 | 1E | 9 | 3 | 13F | 52 | 52 |
| Octal | 367 | 255 | 340 | 0 | 36 | 11 | 3 | 477 | 122 | 122 |
| Binary | 11110111 | 10101101 | 11100000 | 0 | 11110 | 1001 | 11 | 100111111 | 1010010 | 1010010 |
Color Harmonies of #F7ADE0
Complementary color
Monochromatic Colors of #F7ADE0
Black with #F7ADE0
Text Example
Text Example
White with #F7ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ADE0; }
p { color: rgb(247,173,224); }
H1.HeaderClassName
{
color: #F7ADE0;
}
.AnyTagClassName
{
color: #F7ADE0;
}
</style>
background-color css
<style>
a { background-color: #F7ADE0; }
a { background-color: rgb(247,173,224); }
div.DivClassName
{
background-color: #F7ADE0;
}
.BgClassName
{
background-color: #F7ADE0;
}
</style>
border-color css
<style>
span { border-color: #F7ADE0; }
span { border-color: rgb(247,173,224); }
td.TdClassName
{
border-color: #F7ADE0;
}
.TagClassName
{
border-color: #F7ADE0;
}
</style>