#F1A1D2

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

Shades of Lavender Pink #F1A1D2

Tints of Lavender Pink #F1A1D2

Color information

#F1A1D2 (or 0xF1A1D2) is unknown color: approx Lavender Pink. HEX triplet: F1, A1 and D2. RGB value is (241,161,210). Sum of RGB (Red+Green+Blue) = 241+161+210=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 161 (63.28% from 255 or 26.31% from 612); Blue value is 210 (82.42% from 255 or 34.31% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A1D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A1D2 is #0E5E2D. Grayscale: #BEBEBE. Windows color (decimal): -941614 or 13804017. OLE color: 13804017.

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

Color convert

RGB241161210-
CMYK00.330.130.05
HSL323.25º74.07%78.82%-
HSV(B)323.25º33.2%94.51%-
XYZ60.6548.8467.2-
YUV190.51139164.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.38%
GREEN value IS 161 (63.28% from 255) = 26.31%
BLUE value IS 210 (82.42% from 255) = 34.31%
R=39.38%
G=26.31%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116121000.330.130.05323.2574.0778.82
HexF1A1D2021D51434a4f
Octal361241322041155503112117
Binary1111000110100001110100100100001110110110100001110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A1D2; }

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

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

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

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

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

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

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

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