#F7AAEC

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

Shades of Lavender Rose #F7AAEC

Tints of Lavender Rose #F7AAEC

Color information

#F7AAEC (or 0xF7AAEC) is unknown color: approx Lavender Rose. HEX triplet: F7, AA and EC. RGB value is (247,170,236). Sum of RGB (Red+Green+Blue) = 247+170+236=653 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.83% from 653); Green value is 170 (66.80% from 255 or 26.03% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AAEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7AAEC is #085513. Grayscale: #C8C8C8. Windows color (decimal): -546068 or 15510263. OLE color: 15510263.

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

Color convert

RGB247170236-
CMYK00.310.040.03
HSL308.57º82.8%81.76%-
HSV(B)308.57º31.17%96.86%-
XYZ67.8754.5886.31-
YUV200.55148.01161.13-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.83%
GREEN value IS 170 (66.80% from 255) = 26.03%
BLUE value IS 236 (92.58% from 255) = 36.14%
R=37.83%
G=26.03%
B=36.14%

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
Decimal24717023600.310.040.03308.5782.881.76
HexF7AAEC01F431355352
Octal36725235403743465123122
Binary1111011110101010111011000111111001110011010110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AAEC; }

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

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

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

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

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

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

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

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