#F5ACDA

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

Shades of Lavender Pink #F5ACDA

Tints of Lavender Pink #F5ACDA

Color information

#F5ACDA (or 0xF5ACDA) is unknown color: approx Lavender Pink. HEX triplet: F5, AC and DA. RGB value is (245,172,218). Sum of RGB (Red+Green+Blue) = 245+172+218=635 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.58% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ACDA is #0A5325. Grayscale: #C6C6C6. Windows color (decimal): -676646 or 14331125. OLE color: 14331125.

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

Color convert

RGB245172218-
CMYK00.300.110.04
HSL322.19º78.49%81.76%-
HSV(B)322.19º29.8%96.08%-
XYZ65.0653.9873.32-
YUV199.07138.68160.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.58%
GREEN value IS 172 (67.58% from 255) = 27.09%
BLUE value IS 218 (85.55% from 255) = 34.33%
R=38.58%
G=27.09%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517221800.300.110.04322.1978.4981.76
HexF5ACDA01EB41424e52
Octal365254332036134502116122
Binary111101011010110011011010011110101110010100001010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ACDA; }

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

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

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

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

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

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

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

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