#F1A6D5

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

Shades of Lavender Pink #F1A6D5

Tints of Lavender Pink #F1A6D5

Color information

#F1A6D5 (or 0xF1A6D5) is unknown color: approx Lavender Pink. HEX triplet: F1, A6 and D5. RGB value is (241,166,213). Sum of RGB (Red+Green+Blue) = 241+166+213=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 166 (65.23% from 255 or 26.77% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A6D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A6D5 is #0E592A. Grayscale: #C1C1C1. Windows color (decimal): -940331 or 14001905. OLE color: 14001905.

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

Color convert

RGB241166213-
CMYK00.310.120.05
HSL322.4º72.82%79.8%-
HSV(B)322.4º31.12%94.51%-
XYZ61.9250.7869.49-
YUV193.78138.85161.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.87%
GREEN value IS 166 (65.23% from 255) = 26.77%
BLUE value IS 213 (83.59% from 255) = 34.35%
R=38.87%
G=26.77%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116621300.310.120.05322.472.8279.8
HexF1A6D501FC51424950
Octal361246325037145502111120
Binary111100011010011011010101011111110010110100001010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A6D5; }

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

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

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

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

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

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

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

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