#FFD6EC

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

Shades of Pig Pink #FFD6EC

Tints of Pig Pink #FFD6EC

Color information

#FFD6EC (or 0xFFD6EC) is unknown color: approx Pig Pink. HEX triplet: FF, D6 and EC. RGB value is (255,214,236). Sum of RGB (Red+Green+Blue) = 255+214+236=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 214 (83.98% from 255 or 30.35% from 705); Blue value is 236 (92.58% from 255 or 33.48% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD6EC is #002913. Grayscale: #E4E4E4. Windows color (decimal): -10516 or 15521535. OLE color: 15521535.

HSL color Cylindrical-coordinate representation of color #FFD6EC: hue angle of 327.8º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFD6EC is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB255214236-
CMYK00.160.070
HSL327.8º100%91.96%-
HSV(B)327.8º16.08%100%-
XYZ80.4375.4189.67-
YUV228.77132.08146.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.17%
GREEN value IS 214 (83.98% from 255) = 30.35%
BLUE value IS 236 (92.58% from 255) = 33.48%
R=36.17%
G=30.35%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521423600.160.070327.810091.96
HexFFD6EC01070148645c
Octal37732635402070510144134
Binary111111111101011011101100010000111010100100011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD6EC; }

 p { color: rgb(255,214,236); }

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

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

 a { background-color: rgb(255,214,236); }

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

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

 span { border-color: rgb(255,214,236); }

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