#F1A2ED

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

Shades of Lavender Rose #F1A2ED

Tints of Lavender Rose #F1A2ED

Color information

#F1A2ED (or 0xF1A2ED) is unknown color: approx Lavender Rose. HEX triplet: F1, A2 and ED. RGB value is (241,162,237). Sum of RGB (Red+Green+Blue) = 241+162+237=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 162 (63.67% from 255 or 25.31% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A2ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A2ED is #0E5D12. Grayscale: #C1C1C1. Windows color (decimal): -941331 or 15573745. OLE color: 15573745.

HSL color Cylindrical-coordinate representation of color #F1A2ED: hue angle of 303.04º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1A2ED is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241162237-
CMYK00.330.020.05
HSL303.04º73.83%79.02%-
HSV(B)303.04º32.78%94.51%-
XYZ64.4850.6686.5-
YUV194.17152.17161.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.66%
GREEN value IS 162 (63.67% from 255) = 25.31%
BLUE value IS 237 (92.97% from 255) = 37.03%
R=37.66%
G=25.31%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116223700.330.020.05303.0473.8379.02
HexF1A2ED0212512f4a4f
Octal36124235504125457112117
Binary11110001101000101110110101000011010110010111110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A2ED; }

 p { color: rgb(241,162,237); }

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

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

 a { background-color: rgb(241,162,237); }

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

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

 span { border-color: rgb(241,162,237); }

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