#F1ACD7

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

Shades of Lavender Pink #F1ACD7

Tints of Lavender Pink #F1ACD7

Color information

#F1ACD7 (or 0xF1ACD7) is unknown color: approx Lavender Pink. HEX triplet: F1, AC and D7. RGB value is (241,172,215). Sum of RGB (Red+Green+Blue) = 241+172+215=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACD7 is #0E5328. Grayscale: #C5C5C5. Windows color (decimal): -938793 or 14134513. OLE color: 14134513.

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

Color convert

RGB241172215-
CMYK00.290.110.05
HSL322.61º71.13%80.98%-
HSV(B)322.61º28.63%94.51%-
XYZ63.2953.1171.21-
YUV197.53137.86159-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.38%
GREEN value IS 172 (67.58% from 255) = 27.39%
BLUE value IS 215 (84.38% from 255) = 34.24%
R=38.38%
G=27.39%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117221500.290.110.05322.6171.1380.98
HexF1ACD701DB51434751
Octal361254327035135503107121
Binary111100011010110011010111011101101110110100001110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ACD7; }

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

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

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

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

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

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

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

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