#F0A0EB

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

Shades of Lavender Rose #F0A0EB

Tints of Lavender Rose #F0A0EB

Color information

#F0A0EB (or 0xF0A0EB) is unknown color: approx Lavender Rose. HEX triplet: F0, A0 and EB. RGB value is (240,160,235). Sum of RGB (Red+Green+Blue) = 240+160+235=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 160 (62.89% from 255 or 25.20% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A0EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A0EB is #0F5F14. Grayscale: #C0C0C0. Windows color (decimal): -1007381 or 15442160. OLE color: 15442160.

HSL color Cylindrical-coordinate representation of color #F0A0EB: hue angle of 303.75º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0A0EB is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB240160235-
CMYK00.330.020.06
HSL303.75º72.73%78.43%-
HSV(B)303.75º33.33%94.12%-
XYZ63.549.6784.84-
YUV192.47152161.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.80%
GREEN value IS 160 (62.89% from 255) = 25.20%
BLUE value IS 235 (92.19% from 255) = 37.01%
R=37.80%
G=25.20%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016023500.330.020.06303.7572.7378.43
HexF0A0EB02126130494e
Octal36024035304126460111116
Binary11110000101000001110101101000011011010011000010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A0EB; }

 p { color: rgb(240,160,235); }

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

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

 a { background-color: rgb(240,160,235); }

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

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

 span { border-color: rgb(240,160,235); }

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