Shades of Lavender Rose #F7ADE5
Tints of Lavender Rose #F7ADE5
RGB
CMYK
RGB Variations
Color information
#F7ADE5 (or 0xF7ADE5) is known color: Lavender Rose. HEX triplet: F7, AD and E5. RGB value is (247,173,229). Sum of RGB (Red+Green+Blue) = 247+173+229=649 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.06% from 649); Green value is 173 (67.97% from 255 or 26.66% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADE5 is #08521A. Grayscale: #C9C9C9. Windows color (decimal): -545307 or 15052279. OLE color: 15052279.
HSL color Cylindrical-coordinate representation of color #F7ADE5: hue angle of 314.59º 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 #F7ADE5 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 229 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.03 |
| HSL | 314.59º | 0.82% | 0.82% | - |
| HSV(B) | 314.59º | 0.3% | 0.97% | - |
| XYZ | 67.44 | 55.32 | 81.25 | - |
| YUV | 201.51 | 143.52 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 229 | 0 | 0.30 | 0.07 | 0.03 | 314.59 | 0.82 | 0.82 |
| Hex | F7 | AD | E5 | 0 | 1E | 7 | 3 | 13B | 52 | 52 |
| Octal | 367 | 255 | 345 | 0 | 36 | 7 | 3 | 473 | 122 | 122 |
| Binary | 11110111 | 10101101 | 11100101 | 0 | 11110 | 111 | 11 | 100111011 | 1010010 | 1010010 |
Color Harmonies of #F7ADE5
Complementary color
Monochromatic Colors of #F7ADE5
Black with #F7ADE5
Text Example
Text Example
White with #F7ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ADE5; }
p { color: rgb(247,173,229); }
H1.HeaderClassName
{
color: #F7ADE5;
}
.AnyTagClassName
{
color: #F7ADE5;
}
</style>
background-color css
<style>
a { background-color: #F7ADE5; }
a { background-color: rgb(247,173,229); }
div.DivClassName
{
background-color: #F7ADE5;
}
.BgClassName
{
background-color: #F7ADE5;
}
</style>
border-color css
<style>
span { border-color: #F7ADE5; }
span { border-color: rgb(247,173,229); }
td.TdClassName
{
border-color: #F7ADE5;
}
.TagClassName
{
border-color: #F7ADE5;
}
</style>