#F7AAE1

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

Shades of Lavender Rose #F7AAE1

Tints of Lavender Rose #F7AAE1

Color information

#F7AAE1 (or 0xF7AAE1) is unknown color: approx Lavender Rose. HEX triplet: F7, AA and E1. RGB value is (247,170,225). Sum of RGB (Red+Green+Blue) = 247+170+225=642 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.47% from 642); Green value is 170 (66.80% from 255 or 26.48% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AAE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AAE1 is #08551E. Grayscale: #C7C7C7. Windows color (decimal): -546079 or 14789367. OLE color: 14789367.

HSL color Cylindrical-coordinate representation of color #F7AAE1: hue angle of 317.14º 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 #F7AAE1 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB247170225-
CMYK00.310.090.03
HSL317.14º82.8%81.76%-
HSV(B)317.14º31.17%96.86%-
XYZ66.3253.9678.15-
YUV199.29142.51162.03-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.47%
GREEN value IS 170 (66.80% from 255) = 26.48%
BLUE value IS 225 (88.28% from 255) = 35.05%
R=38.47%
G=26.48%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717022500.310.090.03317.1482.881.76
HexF7AAE101F9313d5352
Octal367252341037113475123122
Binary11110111101010101110000101111110011110011110110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AAE1; }

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

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

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

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

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

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

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

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