#F0AEEA

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

Shades of Lavender Rose #F0AEEA

Tints of Lavender Rose #F0AEEA

Color information

#F0AEEA (or 0xF0AEEA) is unknown color: approx Lavender Rose. HEX triplet: F0, AE and EA. RGB value is (240,174,234). Sum of RGB (Red+Green+Blue) = 240+174+234=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 174 (68.36% from 255 or 26.85% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AEEA is #0F5115. Grayscale: #C8C8C8. Windows color (decimal): -1003798 or 15380208. OLE color: 15380208.

HSL color Cylindrical-coordinate representation of color #F0AEEA: hue angle of 305.45º 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 #F0AEEA is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB240174234-
CMYK00.280.020.06
HSL305.45º68.75%81.18%-
HSV(B)305.45º27.5%94.12%-
XYZ65.9254.7484.93-
YUV200.57146.87156.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.04%
GREEN value IS 174 (68.36% from 255) = 26.85%
BLUE value IS 234 (91.80% from 255) = 36.11%
R=37.04%
G=26.85%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017423400.280.020.06305.4568.7581.18
HexF0AEEA01C261314551
Octal36025635203426461105121
Binary1111000010101110111010100111001011010011000110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AEEA; }

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

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

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

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

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

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

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

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