#F0AAEE

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

Shades of Lavender Rose #F0AAEE

Tints of Lavender Rose #F0AAEE

Color information

#F0AAEE (or 0xF0AAEE) is unknown color: approx Lavender Rose. HEX triplet: F0, AA and EE. RGB value is (240,170,238). Sum of RGB (Red+Green+Blue) = 240+170+238=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 170 (66.80% from 255 or 26.23% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AAEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AAEE is #0F5511. Grayscale: #C6C6C6. Windows color (decimal): -1004818 or 15641328. OLE color: 15641328.

HSL color Cylindrical-coordinate representation of color #F0AAEE: hue angle of 301.71º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0AAEE is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB240170238-
CMYK00.290.010.06
HSL301.71º70%80.39%-
HSV(B)301.71º29.17%94.12%-
XYZ65.7453.4587.74-
YUV198.68150.19157.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.04%
GREEN value IS 170 (66.80% from 255) = 26.23%
BLUE value IS 238 (93.36% from 255) = 36.73%
R=37.04%
G=26.23%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017023800.290.010.06301.717080.39
HexF0AAEE01D1612e4650
Octal36025235603516456106120
Binary111100001010101011101110011101111010010111010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AAEE; }

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

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

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

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

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

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

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

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