#F4ACD1

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

Shades of Lavender Pink #F4ACD1

Tints of Lavender Pink #F4ACD1

Color information

#F4ACD1 (or 0xF4ACD1) is unknown color: approx Lavender Pink. HEX triplet: F4, AC and D1. RGB value is (244,172,209). Sum of RGB (Red+Green+Blue) = 244+172+209=625 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.04% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 209 (82.03% from 255 or 33.44% from 625); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ACD1 is #0B532E. Grayscale: #C5C5C5. Windows color (decimal): -742191 or 13741300. OLE color: 13741300.

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

Color convert

RGB244172209-
CMYK00.300.140.04
HSL329.17º76.6%81.57%-
HSV(B)329.17º29.51%95.69%-
XYZ63.5753.3467.27-
YUV197.75134.35160.99-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.04%
GREEN value IS 172 (67.58% from 255) = 27.52%
BLUE value IS 209 (82.03% from 255) = 33.44%
R=39.04%
G=27.52%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417220900.300.140.04329.1776.681.57
HexF4ACD101EE41494d52
Octal364254321036164511115122
Binary111101001010110011010001011110111010010100100110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ACD1; }

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

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

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

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

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

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

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

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