#F7ABDA

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

Shades of Lavender Pink #F7ABDA

Tints of Lavender Pink #F7ABDA

Color information

#F7ABDA (or 0xF7ABDA) is unknown color: approx Lavender Pink. HEX triplet: F7, AB and DA. RGB value is (247,171,218). Sum of RGB (Red+Green+Blue) = 247+171+218=636 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.84% from 636); Green value is 171 (67.19% from 255 or 26.89% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ABDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ABDA is #085425. Grayscale: #C6C6C6. Windows color (decimal): -545830 or 14330871. OLE color: 14330871.

HSL color Cylindrical-coordinate representation of color #F7ABDA: hue angle of 322.89º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7ABDA is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB247171218-
CMYK00.310.120.03
HSL322.89º82.61%81.96%-
HSV(B)322.89º30.77%96.86%-
XYZ65.5853.9673.29-
YUV199.08138.68162.18-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.84%
GREEN value IS 171 (67.19% from 255) = 26.89%
BLUE value IS 218 (85.55% from 255) = 34.28%
R=38.84%
G=26.89%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717121800.310.120.03322.8982.6181.96
HexF7ABDA01FC31435352
Octal367253332037143503123122
Binary11110111101010111101101001111111001110100001110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ABDA; }

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

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

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

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

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

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

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

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