#F0A3EE

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

Shades of Lavender Rose #F0A3EE

Tints of Lavender Rose #F0A3EE

Color information

#F0A3EE (or 0xF0A3EE) is unknown color: approx Lavender Rose. HEX triplet: F0, A3 and EE. RGB value is (240,163,238). Sum of RGB (Red+Green+Blue) = 240+163+238=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 163 (64.06% from 255 or 25.43% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A3EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A3EE is #0F5C11. Grayscale: #C2C2C2. Windows color (decimal): -1006610 or 15639536. OLE color: 15639536.

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

Color convert

RGB240163238-
CMYK00.320.010.06
HSL301.56º71.96%79.02%-
HSV(B)301.56º32.08%94.12%-
XYZ64.4650.8987.31-
YUV194.57152.51160.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.44%
GREEN value IS 163 (64.06% from 255) = 25.43%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=37.44%
G=25.43%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016323800.320.010.06301.5671.9679.02
HexF0A3EE0201612e484f
Octal36024335604016456110117
Binary1111000010100011111011100100000111010010111010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A3EE; }

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

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

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

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

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

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

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

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