#F6ABDA

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

Shades of Lavender Pink #F6ABDA

Tints of Lavender Pink #F6ABDA

Color information

#F6ABDA (or 0xF6ABDA) is unknown color: approx Lavender Pink. HEX triplet: F6, AB and DA. RGB value is (246,171,218). Sum of RGB (Red+Green+Blue) = 246+171+218=635 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.74% from 635); Green value is 171 (67.19% from 255 or 26.93% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ABDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ABDA is #095425. Grayscale: #C6C6C6. Windows color (decimal): -611366 or 14330870. OLE color: 14330870.

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

Color convert

RGB246171218-
CMYK00.300.110.04
HSL322.4º80.65%81.76%-
HSV(B)322.4º30.49%96.47%-
XYZ65.2253.7873.27-
YUV198.78138.85161.68-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.74%
GREEN value IS 171 (67.19% from 255) = 26.93%
BLUE value IS 218 (85.55% from 255) = 34.33%
R=38.74%
G=26.93%
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
Decimal24617121800.300.110.04322.480.6581.76
HexF6ABDA01EB41425152
Octal366253332036134502121122
Binary111101101010101111011010011110101110010100001010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ABDA; }

 p { color: rgb(246,171,218); }

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

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

 a { background-color: rgb(246,171,218); }

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

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

 span { border-color: rgb(246,171,218); }

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