#F2A1ED

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

Shades of Lavender Rose #F2A1ED

Tints of Lavender Rose #F2A1ED

Color information

#F2A1ED (or 0xF2A1ED) is unknown color: approx Lavender Rose. HEX triplet: F2, A1 and ED. RGB value is (242,161,237). Sum of RGB (Red+Green+Blue) = 242+161+237=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 161 (63.28% from 255 or 25.16% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A1ED is #0D5E12. Grayscale: #C1C1C1. Windows color (decimal): -876051 or 15573490. OLE color: 15573490.

HSL color Cylindrical-coordinate representation of color #F2A1ED: hue angle of 303.7º degrees, saturation: 0.76, 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 #F2A1ED is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242161237-
CMYK00.330.020.05
HSL303.7º75.7%79.02%-
HSV(B)303.7º33.47%94.9%-
XYZ64.6550.4886.46-
YUV193.88152.34162.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.81%
GREEN value IS 161 (63.28% from 255) = 25.16%
BLUE value IS 237 (92.97% from 255) = 37.03%
R=37.81%
G=25.16%
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
Decimal24216123700.330.020.05303.775.779.02
HexF2A1ED021251304c4f
Octal36224135504125460114117
Binary11110010101000011110110101000011010110011000010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A1ED; }

 p { color: rgb(242,161,237); }

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

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

 a { background-color: rgb(242,161,237); }

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

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

 span { border-color: rgb(242,161,237); }

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