Shades of Lavender Rose #F7ADE4
Tints of Lavender Rose #F7ADE4
RGB
CMYK
RGB Variations
Color information
#F7ADE4 (or 0xF7ADE4) is known color: Lavender Rose. HEX triplet: F7, AD and E4. RGB value is (247,173,228). Sum of RGB (Red+Green+Blue) = 247+173+228=648 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.12% from 648); Green value is 173 (67.97% from 255 or 26.70% from 648); Blue value is 228 (89.45% from 255 or 35.19% from 648); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADE4 is #08521B. Grayscale: #C9C9C9. Windows color (decimal): -545308 or 14986743. OLE color: 14986743.
HSL color Cylindrical-coordinate representation of color #F7ADE4: hue angle of 315.41º 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 #F7ADE4 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 228 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.03 |
| HSL | 315.41º | 0.82% | 0.82% | - |
| HSV(B) | 315.41º | 0.3% | 0.97% | - |
| XYZ | 67.3 | 55.26 | 80.52 | - |
| YUV | 201.4 | 143.02 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 228 | 0 | 0.30 | 0.08 | 0.03 | 315.41 | 0.82 | 0.82 |
| Hex | F7 | AD | E4 | 0 | 1E | 8 | 3 | 13B | 52 | 52 |
| Octal | 367 | 255 | 344 | 0 | 36 | 10 | 3 | 473 | 122 | 122 |
| Binary | 11110111 | 10101101 | 11100100 | 0 | 11110 | 1000 | 11 | 100111011 | 1010010 | 1010010 |
Color Harmonies of #F7ADE4
Complementary color
Monochromatic Colors of #F7ADE4
Black with #F7ADE4
Text Example
Text Example
White with #F7ADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ADE4; }
p { color: rgb(247,173,228); }
H1.HeaderClassName
{
color: #F7ADE4;
}
.AnyTagClassName
{
color: #F7ADE4;
}
</style>
background-color css
<style>
a { background-color: #F7ADE4; }
a { background-color: rgb(247,173,228); }
div.DivClassName
{
background-color: #F7ADE4;
}
.BgClassName
{
background-color: #F7ADE4;
}
</style>
border-color css
<style>
span { border-color: #F7ADE4; }
span { border-color: rgb(247,173,228); }
td.TdClassName
{
border-color: #F7ADE4;
}
.TagClassName
{
border-color: #F7ADE4;
}
</style>