#F7AAE3

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

Shades of Lavender Rose #F7AAE3

Tints of Lavender Rose #F7AAE3

Color information

#F7AAE3 (or 0xF7AAE3) is unknown color: approx Lavender Rose. HEX triplet: F7, AA and E3. RGB value is (247,170,227). Sum of RGB (Red+Green+Blue) = 247+170+227=644 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.35% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 227 (89.06% from 255 or 35.25% from 644); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AAE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AAE3 is #08551C. Grayscale: #C7C7C7. Windows color (decimal): -546077 or 14920439. OLE color: 14920439.

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

Color convert

RGB247170227-
CMYK00.310.080.03
HSL315.58º82.8%81.76%-
HSV(B)315.58º31.17%96.86%-
XYZ66.654.0779.6-
YUV199.52143.51161.87-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.35%
GREEN value IS 170 (66.80% from 255) = 26.40%
BLUE value IS 227 (89.06% from 255) = 35.25%
R=38.35%
G=26.40%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717022700.310.080.03315.5882.881.76
HexF7AAE301F8313c5352
Octal367252343037103474123122
Binary11110111101010101110001101111110001110011110010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AAE3; }

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

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

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

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

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

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

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

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