#F1A6D2

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

Shades of Lavender Pink #F1A6D2

Tints of Lavender Pink #F1A6D2

Color information

#F1A6D2 (or 0xF1A6D2) is unknown color: approx Lavender Pink. HEX triplet: F1, A6 and D2. RGB value is (241,166,210). Sum of RGB (Red+Green+Blue) = 241+166+210=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 166 (65.23% from 255 or 26.90% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A6D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A6D2 is #0E592D. Grayscale: #C1C1C1. Windows color (decimal): -940334 or 13805297. OLE color: 13805297.

HSL color Cylindrical-coordinate representation of color #F1A6D2: hue angle of 324.8º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1A6D2 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB241166210-
CMYK00.310.130.05
HSL324.8º72.82%79.8%-
HSV(B)324.8º31.12%94.51%-
XYZ61.5450.6367.5-
YUV193.44137.35161.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.06%
GREEN value IS 166 (65.23% from 255) = 26.90%
BLUE value IS 210 (82.42% from 255) = 34.04%
R=39.06%
G=26.90%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116621000.310.130.05324.872.8279.8
HexF1A6D201FD51454950
Octal361246322037155505111120
Binary111100011010011011010010011111110110110100010110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A6D2; }

 p { color: rgb(241,166,210); }

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

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

 a { background-color: rgb(241,166,210); }

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

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

 span { border-color: rgb(241,166,210); }

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