#F5ACD7

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

Shades of Lavender Pink #F5ACD7

Tints of Lavender Pink #F5ACD7

Color information

#F5ACD7 (or 0xF5ACD7) is unknown color: approx Lavender Pink. HEX triplet: F5, AC and D7. RGB value is (245,172,215). Sum of RGB (Red+Green+Blue) = 245+172+215=632 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.77% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 215 (84.38% from 255 or 34.02% from 632); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ACD7 is #0A5328. Grayscale: #C6C6C6. Windows color (decimal): -676649 or 14134517. OLE color: 14134517.

HSL color Cylindrical-coordinate representation of color #F5ACD7: hue angle of 324.66º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ACD7 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB245172215-
CMYK00.300.120.04
HSL324.66º78.49%81.76%-
HSV(B)324.66º29.8%96.08%-
XYZ64.6753.8271.27-
YUV198.73137.18161-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.77%
GREEN value IS 172 (67.58% from 255) = 27.22%
BLUE value IS 215 (84.38% from 255) = 34.02%
R=38.77%
G=27.22%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517221500.300.120.04324.6678.4981.76
HexF5ACD701EC41454e52
Octal365254327036144505116122
Binary111101011010110011010111011110110010010100010110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ACD7; }

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

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

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

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

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

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

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

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