#F0AEE7

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

Shades of Lavender Rose #F0AEE7

Tints of Lavender Rose #F0AEE7

Color information

#F0AEE7 (or 0xF0AEE7) is unknown color: approx Lavender Rose. HEX triplet: F0, AE and E7. RGB value is (240,174,231). Sum of RGB (Red+Green+Blue) = 240+174+231=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 174 (68.36% from 255 or 26.98% from 645); Blue value is 231 (90.62% from 255 or 35.81% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AEE7 is #0F5118. Grayscale: #C8C8C8. Windows color (decimal): -1003801 or 15183600. OLE color: 15183600.

HSL color Cylindrical-coordinate representation of color #F0AEE7: hue angle of 308.18º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0AEE7 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB240174231-
CMYK00.280.040.06
HSL308.18º68.75%81.18%-
HSV(B)308.18º27.5%94.12%-
XYZ65.554.5782.68-
YUV200.23145.37156.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.21%
GREEN value IS 174 (68.36% from 255) = 26.98%
BLUE value IS 231 (90.62% from 255) = 35.81%
R=37.21%
G=26.98%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017423100.280.040.06308.1868.7581.18
HexF0AEE701C461344551
Octal36025634703446464105121
Binary11110000101011101110011101110010011010011010010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AEE7; }

 p { color: rgb(240,174,231); }

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

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

 a { background-color: rgb(240,174,231); }

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

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

 span { border-color: rgb(240,174,231); }

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