#F1ACD4

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

Shades of Lavender Pink #F1ACD4

Tints of Lavender Pink #F1ACD4

Color information

#F1ACD4 (or 0xF1ACD4) is unknown color: approx Lavender Pink. HEX triplet: F1, AC and D4. RGB value is (241,172,212). Sum of RGB (Red+Green+Blue) = 241+172+212=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACD4 is #0E532B. Grayscale: #C5C5C5. Windows color (decimal): -938796 or 13937905. OLE color: 13937905.

HSL color Cylindrical-coordinate representation of color #F1ACD4: hue angle of 325.22º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1ACD4 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB241172212-
CMYK00.290.120.05
HSL325.22º71.13%80.98%-
HSV(B)325.22º28.63%94.51%-
XYZ62.9152.9669.19-
YUV197.19136.36159.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.56%
GREEN value IS 172 (67.58% from 255) = 27.52%
BLUE value IS 212 (83.20% from 255) = 33.92%
R=38.56%
G=27.52%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117221200.290.120.05325.2271.1380.98
HexF1ACD401DC51454751
Octal361254324035145505107121
Binary111100011010110011010100011101110010110100010110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ACD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ACD4; }

 p { color: rgb(241,172,212); }

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

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

 a { background-color: rgb(241,172,212); }

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

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

 span { border-color: rgb(241,172,212); }

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