#FFDCE7

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

Shades of Pig Pink #FFDCE7

Tints of Pig Pink #FFDCE7

Color information

#FFDCE7 (or 0xFFDCE7) is unknown color: approx Pig Pink. HEX triplet: FF, DC and E7. RGB value is (255,220,231). Sum of RGB (Red+Green+Blue) = 255+220+231=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 220 (86.33% from 255 or 31.16% from 706); Blue value is 231 (90.62% from 255 or 32.72% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDCE7 is #002318. Grayscale: #E7E7E7. Windows color (decimal): -8985 or 15195391. OLE color: 15195391.

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

Color convert

RGB255220231-
CMYK00.140.090
HSL341.14º100%93.14%-
HSV(B)341.14º13.73%100%-
XYZ81.2678.2286.42-
YUV231.72127.6144.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.12%
GREEN value IS 220 (86.33% from 255) = 31.16%
BLUE value IS 231 (90.62% from 255) = 32.72%
R=36.12%
G=31.16%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522023100.140.090341.1410093.14
HexFFDCE70E90155645d
Octal377334347016110525144135
Binary111111111101110011100111011101001010101010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCE7; }

 p { color: rgb(255,220,231); }

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

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

 a { background-color: rgb(255,220,231); }

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

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

 span { border-color: rgb(255,220,231); }

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