#F7AAED

Color #F7AAED Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #F7AAED

Tints of Lavender Rose #F7AAED

Color information

#F7AAED (or 0xF7AAED) is unknown color: approx Lavender Rose. HEX triplet: F7, AA and ED. RGB value is (247,170,237). Sum of RGB (Red+Green+Blue) = 247+170+237=654 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.77% from 654); Green value is 170 (66.80% from 255 or 25.99% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AAED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7AAED is #085512. Grayscale: #C8C8C8. Windows color (decimal): -546067 or 15575799. OLE color: 15575799.

HSL color Cylindrical-coordinate representation of color #F7AAED: hue angle of 307.79º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7AAED is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB247170237-
CMYK00.310.040.03
HSL307.79º82.8%81.76%-
HSV(B)307.79º31.17%96.86%-
XYZ68.0254.6487.08-
YUV200.66148.51161.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 37.77%
GREEN value IS 170 (66.80% from 255) = 25.99%
BLUE value IS 237 (92.97% from 255) = 36.24%
R=37.77%
G=25.99%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717023700.310.040.03307.7982.881.76
HexF7AAED01F431345352
Octal36725235503743464123122
Binary1111011110101010111011010111111001110011010010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AAED; }

 p { color: rgb(247,170,237); }

 H1.HeaderClassName
 {
   color: #F7AAED;
 }
 .AnyTagClassName
 {
   color: #F7AAED;
 }
</style>
background-color css

<style>
 a { background-color: #F7AAED; }

 a { background-color: rgb(247,170,237); }

 div.DivClassName
 {
   background-color: #F7AAED;
 }
 .BgClassName
 {
   background-color: #F7AAED;
 }
</style>
border-color css

<style>
 span { border-color: #F7AAED; }

 span { border-color: rgb(247,170,237); }

 td.TdClassName
 {
   border-color: #F7AAED;
 }
 .TagClassName
 {
   border-color: #F7AAED;
 }
</style>