Shades of Lavender Rose #F7A1ED
Tints of Lavender Rose #F7A1ED
RGB
CMYK
RGB Variations
Color information
#F7A1ED (or 0xF7A1ED) is known color: Lavender Rose. HEX triplet: F7, A1 and ED. RGB value is (247,161,237). Sum of RGB (Red+Green+Blue) = 247+161+237=645 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.29% from 645); Green value is 161 (63.28% from 255 or 24.96% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A1ED is #085E12. Grayscale: #C3C3C3. Windows color (decimal): -548371 or 15573495. OLE color: 15573495.
HSL color Cylindrical-coordinate representation of color #F7A1ED: hue angle of 306.98º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F7A1ED is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 247 | 161 | 237 | - |
CMYK | 0 | 0.35 | 0.04 | 0.03 |
HSL | 306.98º | 0.84% | 0.8% | - |
HSV(B) | 306.98º | 0.35% | 0.97% | - |
XYZ | 66.39 | 51.38 | 86.54 | - |
YUV | 195.38 | 151.49 | 164.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 161 | 237 | 0 | 0.35 | 0.04 | 0.03 | 306.98 | 0.84 | 0.8 |
Hex | F7 | A1 | ED | 0 | 23 | 4 | 3 | 133 | 54 | 50 |
Octal | 367 | 241 | 355 | 0 | 43 | 4 | 3 | 463 | 124 | 120 |
Binary | 11110111 | 10100001 | 11101101 | 0 | 100011 | 100 | 11 | 100110011 | 1010100 | 1010000 |
Color Harmonies of #F7A1ED
Complementary color
Monochromatic Colors of #F7A1ED
Black with #F7A1ED
Text Example
Text Example
White with #F7A1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A1ED; }
p { color: rgb(247,161,237); }
H1.HeaderClassName
{
color: #F7A1ED;
}
.AnyTagClassName
{
color: #F7A1ED;
}
</style>
background-color css
<style>
a { background-color: #F7A1ED; }
a { background-color: rgb(247,161,237); }
div.DivClassName
{
background-color: #F7A1ED;
}
.BgClassName
{
background-color: #F7A1ED;
}
</style>
border-color css
<style>
span { border-color: #F7A1ED; }
span { border-color: rgb(247,161,237); }
td.TdClassName
{
border-color: #F7A1ED;
}
.TagClassName
{
border-color: #F7A1ED;
}
</style>