#FFDCE6

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

Shades of Pig Pink #FFDCE6

Tints of Pig Pink #FFDCE6

Color information

#FFDCE6 (or 0xFFDCE6) is unknown color: approx Pig Pink. HEX triplet: FF, DC and E6. RGB value is (255,220,230). Sum of RGB (Red+Green+Blue) = 255+220+230=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 220 (86.33% from 255 or 31.21% from 705); Blue value is 230 (90.23% from 255 or 32.62% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDCE6 is #002319. Grayscale: #E7E7E7. Windows color (decimal): -8986 or 15129855. OLE color: 15129855.

HSL color Cylindrical-coordinate representation of color #FFDCE6: hue angle of 342.86º 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 #FFDCE6 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB255220230-
CMYK00.140.100
HSL342.86º100%93.14%-
HSV(B)342.86º13.73%100%-
XYZ81.1278.1685.67-
YUV231.6127.1144.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.17%
GREEN value IS 220 (86.33% from 255) = 31.21%
BLUE value IS 230 (90.23% from 255) = 32.62%
R=36.17%
G=31.21%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522023000.140.100342.8610093.14
HexFFDCE60EA0157645d
Octal377334346016120527144135
Binary111111111101110011100110011101010010101011111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCE6; }

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

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

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

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

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

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

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

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