#FFD3EC

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

Shades of Pig Pink #FFD3EC

Tints of Pig Pink #FFD3EC

Color information

#FFD3EC (or 0xFFD3EC) is unknown color: approx Pig Pink. HEX triplet: FF, D3 and EC. RGB value is (255,211,236). Sum of RGB (Red+Green+Blue) = 255+211+236=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 211 (82.81% from 255 or 30.06% from 702); Blue value is 236 (92.58% from 255 or 33.62% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD3EC is #002C13. Grayscale: #E2E2E2. Windows color (decimal): -11284 or 15520767. OLE color: 15520767.

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

Color convert

RGB255211236-
CMYK00.170.070
HSL325.91º100%91.37%-
HSV(B)325.91º17.25%100%-
XYZ79.6773.989.42-
YUV227.01133.08147.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.32%
GREEN value IS 211 (82.81% from 255) = 30.06%
BLUE value IS 236 (92.58% from 255) = 33.62%
R=36.32%
G=30.06%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521123600.170.070325.9110091.37
HexFFD3EC01170146645b
Octal37732335402170506144133
Binary111111111101001111101100010001111010100011011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD3EC; }

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

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

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

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

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

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

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

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