#F5A8D6

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

Shades of Lavender Pink #F5A8D6

Tints of Lavender Pink #F5A8D6

Color information

#F5A8D6 (or 0xF5A8D6) is unknown color: approx Lavender Pink. HEX triplet: F5, A8 and D6. RGB value is (245,168,214). Sum of RGB (Red+Green+Blue) = 245+168+214=627 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.07% from 627); Green value is 168 (66.02% from 255 or 26.79% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A8D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A8D6 is #0A5729. Grayscale: #C4C4C4. Windows color (decimal): -677674 or 14067957. OLE color: 14067957.

HSL color Cylindrical-coordinate representation of color #F5A8D6: hue angle of 324.16º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5A8D6 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB245168214-
CMYK00.310.130.04
HSL324.16º79.38%80.98%-
HSV(B)324.16º31.43%96.08%-
XYZ63.852.2770.35-
YUV196.27138.01162.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.07%
GREEN value IS 168 (66.02% from 255) = 26.79%
BLUE value IS 214 (83.98% from 255) = 34.13%
R=39.07%
G=26.79%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516821400.310.130.04324.1679.3880.98
HexF5A8D601FD41444f51
Octal365250326037154504117121
Binary111101011010100011010110011111110110010100010010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A8D6; }

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

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

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

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

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

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

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

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