#FFDDEC

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

Shades of Pig Pink #FFDDEC

Tints of Pig Pink #FFDDEC

Color information

#FFDDEC (or 0xFFDDEC) is unknown color: approx Pig Pink. HEX triplet: FF, DD and EC. RGB value is (255,221,236). Sum of RGB (Red+Green+Blue) = 255+221+236=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 221 (86.72% from 255 or 31.04% from 712); Blue value is 236 (92.58% from 255 or 33.15% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDEC is #002213. Grayscale: #E8E8E8. Windows color (decimal): -8724 or 15523327. OLE color: 15523327.

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

Color convert

RGB255221236-
CMYK00.130.070
HSL333.53º100%93.33%-
HSV(B)333.53º13.33%100%-
XYZ82.2479.0390.28-
YUV232.88129.76143.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.81%
GREEN value IS 221 (86.72% from 255) = 31.04%
BLUE value IS 236 (92.58% from 255) = 33.15%
R=35.81%
G=31.04%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522123600.130.070333.5310093.33
HexFFDDEC0D7014e645d
Octal37733535401570516144135
Binary11111111110111011110110001101111010100111011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDEC; }

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

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

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

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

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

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

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

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