#F6D4DE

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

Shades of Pig Pink #F6D4DE

Tints of Pig Pink #F6D4DE

Color information

#F6D4DE (or 0xF6D4DE) is unknown color: approx Pig Pink. HEX triplet: F6, D4 and DE. RGB value is (246,212,222). Sum of RGB (Red+Green+Blue) = 246+212+222=680 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.18% from 680); Green value is 212 (83.20% from 255 or 31.18% from 680); Blue value is 222 (87.11% from 255 or 32.65% from 680); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D4DE is #092B21. Grayscale: #DFDFDF. Windows color (decimal): -600866 or 14603510. OLE color: 14603510.

HSL color Cylindrical-coordinate representation of color #F6D4DE: hue angle of 342.35º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F6D4DE is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB246212222-
CMYK00.140.100.04
HSL342.35º65.38%89.8%-
HSV(B)342.35º13.82%96.47%-
XYZ74.7371.9579.06-
YUV223.31127.26144.19-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.18%
GREEN value IS 212 (83.20% from 255) = 31.18%
BLUE value IS 222 (87.11% from 255) = 32.65%
R=36.18%
G=31.18%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621222200.140.100.04342.3565.3889.8
HexF6D4DE0EA4156415a
Octal366324336016124526101132
Binary11110110110101001101111001110101010010101011010000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D4DE; }

 p { color: rgb(246,212,222); }

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

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

 a { background-color: rgb(246,212,222); }

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

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

 span { border-color: rgb(246,212,222); }

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