#F7AAEE

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

Shades of Lavender Rose #F7AAEE

Tints of Lavender Rose #F7AAEE

Color information

#F7AAEE (or 0xF7AAEE) is unknown color: approx Lavender Rose. HEX triplet: F7, AA and EE. RGB value is (247,170,238). Sum of RGB (Red+Green+Blue) = 247+170+238=655 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.71% from 655); Green value is 170 (66.80% from 255 or 25.95% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AAEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7AAEE is #085511. Grayscale: #C8C8C8. Windows color (decimal): -546066 or 15641335. OLE color: 15641335.

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

Color convert

RGB247170238-
CMYK00.310.040.03
HSL307.01º82.8%81.76%-
HSV(B)307.01º31.17%96.86%-
XYZ68.1754.787.85-
YUV200.77149.01160.97-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.71%
GREEN value IS 170 (66.80% from 255) = 25.95%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=37.71%
G=25.95%
B=36.34%

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
Decimal24717023800.310.040.03307.0182.881.76
HexF7AAEE01F431335352
Octal36725235603743463123122
Binary1111011110101010111011100111111001110011001110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AAEE; }

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

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

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

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

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

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

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

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