#F1A4D3

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

Shades of Lavender Pink #F1A4D3

Tints of Lavender Pink #F1A4D3

Color information

#F1A4D3 (or 0xF1A4D3) is unknown color: approx Lavender Pink. HEX triplet: F1, A4 and D3. RGB value is (241,164,211). Sum of RGB (Red+Green+Blue) = 241+164+211=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 164 (64.45% from 255 or 26.62% from 616); Blue value is 211 (82.81% from 255 or 34.25% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A4D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A4D3 is #0E5B2C. Grayscale: #C0C0C0. Windows color (decimal): -940845 or 13870321. OLE color: 13870321.

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

Color convert

RGB241164211-
CMYK00.320.120.05
HSL323.38º73.33%79.41%-
HSV(B)323.38º31.95%94.51%-
XYZ61.3149.9568.04-
YUV192.38138.51162.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.12%
GREEN value IS 164 (64.45% from 255) = 26.62%
BLUE value IS 211 (82.81% from 255) = 34.25%
R=39.12%
G=26.62%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116421100.320.120.05323.3873.3379.41
HexF1A4D3020C5143494f
Octal361244323040145503111117
Binary1111000110100100110100110100000110010110100001110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A4D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A4D3; }

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

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

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

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

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

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

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

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