#F7ACDB

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

Shades of Lavender Pink #F7ACDB

Tints of Lavender Pink #F7ACDB

Color information

#F7ACDB (or 0xF7ACDB) is unknown color: approx Lavender Pink. HEX triplet: F7, AC and DB. RGB value is (247,172,219). Sum of RGB (Red+Green+Blue) = 247+172+219=638 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.71% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ACDB is #085324. Grayscale: #C7C7C7. Windows color (decimal): -545573 or 14396663. OLE color: 14396663.

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

Color convert

RGB247172219-
CMYK00.300.110.03
HSL322.4º82.42%82.16%-
HSV(B)322.4º30.36%96.86%-
XYZ65.954.3974.04-
YUV199.78138.85161.68-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.71%
GREEN value IS 172 (67.58% from 255) = 26.96%
BLUE value IS 219 (85.94% from 255) = 34.33%
R=38.71%
G=26.96%
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.03
SystemRedGreenBlueCMYKHSL
Decimal24717221900.300.110.03322.482.4282.16
HexF7ACDB01EB31425252
Octal367254333036133502122122
Binary11110111101011001101101101111010111110100001010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ACDB; }

 p { color: rgb(247,172,219); }

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

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

 a { background-color: rgb(247,172,219); }

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

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

 span { border-color: rgb(247,172,219); }

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