#F1A2DE

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

Shades of Lavender Rose #F1A2DE

Tints of Lavender Rose #F1A2DE

Color information

#F1A2DE (or 0xF1A2DE) is unknown color: approx Lavender Rose. HEX triplet: F1, A2 and DE. RGB value is (241,162,222). Sum of RGB (Red+Green+Blue) = 241+162+222=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 162 (63.67% from 255 or 25.92% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A2DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A2DE is #0E5D21. Grayscale: #C0C0C0. Windows color (decimal): -941346 or 14590705. OLE color: 14590705.

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

Color convert

RGB241162222-
CMYK00.330.080.05
HSL314.43º73.83%79.02%-
HSV(B)314.43º32.78%94.51%-
XYZ62.3849.8275.43-
YUV192.46144.67162.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.56%
GREEN value IS 162 (63.67% from 255) = 25.92%
BLUE value IS 222 (87.11% from 255) = 35.52%
R=38.56%
G=25.92%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116222200.330.080.05314.4373.8379.02
HexF1A2DE0218513a4a4f
Octal361242336041105472112117
Binary1111000110100010110111100100001100010110011101010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A2DE; }

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

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

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

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

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

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

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

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