#F1A4D1

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

Shades of Lavender Pink #F1A4D1

Tints of Lavender Pink #F1A4D1

Color information

#F1A4D1 (or 0xF1A4D1) is unknown color: approx Lavender Pink. HEX triplet: F1, A4 and D1. RGB value is (241,164,209). Sum of RGB (Red+Green+Blue) = 241+164+209=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 164 (64.45% from 255 or 26.71% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A4D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A4D1 is #0E5B2E. Grayscale: #C0C0C0. Windows color (decimal): -940847 or 13739249. OLE color: 13739249.

HSL color Cylindrical-coordinate representation of color #F1A4D1: hue angle of 324.94º degrees, saturation: 0.73, 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 #F1A4D1 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB241164209-
CMYK00.320.130.05
HSL324.94º73.33%79.41%-
HSV(B)324.94º31.95%94.51%-
XYZ61.0649.8666.73-
YUV192.15137.51162.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.25%
GREEN value IS 164 (64.45% from 255) = 26.71%
BLUE value IS 209 (82.03% from 255) = 34.04%
R=39.25%
G=26.71%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116420900.320.130.05324.9473.3379.41
HexF1A4D1020D5145494f
Octal361244321040155505111117
Binary1111000110100100110100010100000110110110100010110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A4D1; }

 p { color: rgb(241,164,209); }

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

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

 a { background-color: rgb(241,164,209); }

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

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

 span { border-color: rgb(241,164,209); }

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