#F0A1EE

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

Shades of Lavender Rose #F0A1EE

Tints of Lavender Rose #F0A1EE

Color information

#F0A1EE (or 0xF0A1EE) is unknown color: approx Lavender Rose. HEX triplet: F0, A1 and EE. RGB value is (240,161,238). Sum of RGB (Red+Green+Blue) = 240+161+238=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 161 (63.28% from 255 or 25.20% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A1EE is #0F5E11. Grayscale: #C1C1C1. Windows color (decimal): -1007122 or 15639024. OLE color: 15639024.

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

Color convert

RGB240161238-
CMYK00.330.010.06
HSL301.52º72.48%78.63%-
HSV(B)301.52º32.92%94.12%-
XYZ64.1150.1987.2-
YUV193.4153.17161.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.56%
GREEN value IS 161 (63.28% from 255) = 25.20%
BLUE value IS 238 (93.36% from 255) = 37.25%
R=37.56%
G=25.20%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016123800.330.010.06301.5272.4878.63
HexF0A1EE0211612e484f
Octal36024135604116456110117
Binary1111000010100001111011100100001111010010111010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A1EE; }

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

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

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

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

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

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

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

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