#F0ACD4

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

Shades of Lavender Pink #F0ACD4

Tints of Lavender Pink #F0ACD4

Color information

#F0ACD4 (or 0xF0ACD4) is unknown color: approx Lavender Pink. HEX triplet: F0, AC and D4. RGB value is (240,172,212). Sum of RGB (Red+Green+Blue) = 240+172+212=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ACD4 is #0F532B. Grayscale: #C4C4C4. Windows color (decimal): -1004332 or 13937904. OLE color: 13937904.

HSL color Cylindrical-coordinate representation of color #F0ACD4: hue angle of 324.71º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ACD4 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB240172212-
CMYK00.280.120.06
HSL324.71º69.39%80.78%-
HSV(B)324.71º28.33%94.12%-
XYZ62.5752.7869.18-
YUV196.89136.53158.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.46%
GREEN value IS 172 (67.58% from 255) = 27.56%
BLUE value IS 212 (83.20% from 255) = 33.97%
R=38.46%
G=27.56%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017221200.280.120.06324.7169.3980.78
HexF0ACD401CC61454551
Octal360254324034146505105121
Binary111100001010110011010100011100110011010100010110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ACD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ACD4; }

 p { color: rgb(240,172,212); }

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

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

 a { background-color: rgb(240,172,212); }

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

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

 span { border-color: rgb(240,172,212); }

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