#F3ACD8

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

Shades of Lavender Pink #F3ACD8

Tints of Lavender Pink #F3ACD8

Color information

#F3ACD8 (or 0xF3ACD8) is unknown color: approx Lavender Pink. HEX triplet: F3, AC and D8. RGB value is (243,172,216). Sum of RGB (Red+Green+Blue) = 243+172+216=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 216 (84.77% from 255 or 34.23% from 631); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ACD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ACD8 is #0C5327. Grayscale: #C6C6C6. Windows color (decimal): -807720 or 14200051. OLE color: 14200051.

HSL color Cylindrical-coordinate representation of color #F3ACD8: hue angle of 322.82º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3ACD8 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB243172216-
CMYK00.290.110.05
HSL322.82º74.74%81.37%-
HSV(B)322.82º29.22%95.29%-
XYZ64.1153.5271.92-
YUV198.24138.02159.92-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.51%
GREEN value IS 172 (67.58% from 255) = 27.26%
BLUE value IS 216 (84.77% from 255) = 34.23%
R=38.51%
G=27.26%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317221600.290.110.05322.8274.7481.37
HexF3ACD801DB51434b51
Octal363254330035135503113121
Binary111100111010110011011000011101101110110100001110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ACD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ACD8; }

 p { color: rgb(243,172,216); }

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

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

 a { background-color: rgb(243,172,216); }

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

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

 span { border-color: rgb(243,172,216); }

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