#F4ACD6

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

Shades of Lavender Pink #F4ACD6

Tints of Lavender Pink #F4ACD6

Color information

#F4ACD6 (or 0xF4ACD6) is unknown color: approx Lavender Pink. HEX triplet: F4, AC and D6. RGB value is (244,172,214). Sum of RGB (Red+Green+Blue) = 244+172+214=630 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.73% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 214 (83.98% from 255 or 33.97% from 630); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ACD6 is #0B5329. Grayscale: #C6C6C6. Windows color (decimal): -742186 or 14068980. OLE color: 14068980.

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

Color convert

RGB244172214-
CMYK00.300.120.04
HSL325º76.6%81.57%-
HSV(B)325º29.51%95.69%-
XYZ64.253.5970.58-
YUV198.32136.85160.58-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.73%
GREEN value IS 172 (67.58% from 255) = 27.30%
BLUE value IS 214 (83.98% from 255) = 33.97%
R=38.73%
G=27.30%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417221400.300.120.0432576.681.57
HexF4ACD601EC41454d52
Octal364254326036144505115122
Binary111101001010110011010110011110110010010100010110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ACD6; }

 p { color: rgb(244,172,214); }

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

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

 a { background-color: rgb(244,172,214); }

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

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

 span { border-color: rgb(244,172,214); }

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