#F1A3ED

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

Shades of Lavender Rose #F1A3ED

Tints of Lavender Rose #F1A3ED

Color information

#F1A3ED (or 0xF1A3ED) is unknown color: approx Lavender Rose. HEX triplet: F1, A3 and ED. RGB value is (241,163,237). Sum of RGB (Red+Green+Blue) = 241+163+237=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 163 (64.06% from 255 or 25.43% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A3ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A3ED is #0E5C12. Grayscale: #C2C2C2. Windows color (decimal): -941075 or 15574001. OLE color: 15574001.

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

Color convert

RGB241163237-
CMYK00.320.020.05
HSL303.08º73.58%79.22%-
HSV(B)303.08º32.37%94.51%-
XYZ64.6651.0186.56-
YUV194.76151.84160.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.60%
GREEN value IS 163 (64.06% from 255) = 25.43%
BLUE value IS 237 (92.97% from 255) = 36.97%
R=37.60%
G=25.43%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116323700.320.020.05303.0873.5879.22
HexF1A3ED0202512f4a4f
Octal36124335504025457112117
Binary11110001101000111110110101000001010110010111110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A3ED; }

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

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

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

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

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

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

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

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