#F5ACD6

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

Shades of Lavender Pink #F5ACD6

Tints of Lavender Pink #F5ACD6

Color information

#F5ACD6 (or 0xF5ACD6) is unknown color: approx Lavender Pink. HEX triplet: F5, AC and D6. RGB value is (245,172,214). Sum of RGB (Red+Green+Blue) = 245+172+214=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ACD6 is #0A5329. Grayscale: #C6C6C6. Windows color (decimal): -676650 or 14068981. OLE color: 14068981.

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

Color convert

RGB245172214-
CMYK00.300.130.04
HSL325.48º78.49%81.76%-
HSV(B)325.48º29.8%96.08%-
XYZ64.5553.7770.6-
YUV198.62136.68161.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.83%
GREEN value IS 172 (67.58% from 255) = 27.26%
BLUE value IS 214 (83.98% from 255) = 33.91%
R=38.83%
G=27.26%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517221400.300.130.04325.4878.4981.76
HexF5ACD601ED41454e52
Octal365254326036154505116122
Binary111101011010110011010110011110110110010100010110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ACD6; }

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

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

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

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

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

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

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

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