#FFDEEC

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

Shades of Pig Pink #FFDEEC

Tints of Pig Pink #FFDEEC

Color information

#FFDEEC (or 0xFFDEEC) is unknown color: approx Pig Pink. HEX triplet: FF, DE and EC. RGB value is (255,222,236). Sum of RGB (Red+Green+Blue) = 255+222+236=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 222 (87.11% from 255 or 31.14% from 713); Blue value is 236 (92.58% from 255 or 33.10% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDEEC is #002113. Grayscale: #E9E9E9. Windows color (decimal): -8468 or 15523583. OLE color: 15523583.

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

Color convert

RGB255222236-
CMYK00.130.070
HSL334.55º100%93.53%-
HSV(B)334.55º12.94%100%-
XYZ82.579.5690.36-
YUV233.46129.43143.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.76%
GREEN value IS 222 (87.11% from 255) = 31.14%
BLUE value IS 236 (92.58% from 255) = 33.10%
R=35.76%
G=31.14%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522223600.130.070334.5510093.53
HexFFDEEC0D7014f645e
Octal37733635401570517144136
Binary11111111110111101110110001101111010100111111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDEEC; }

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

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

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

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

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

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

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

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