#FFDCE5

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

Shades of Pig Pink #FFDCE5

Tints of Pig Pink #FFDCE5

Color information

#FFDCE5 (or 0xFFDCE5) is unknown color: approx Pig Pink. HEX triplet: FF, DC and E5. RGB value is (255,220,229). Sum of RGB (Red+Green+Blue) = 255+220+229=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 220 (86.33% from 255 or 31.25% from 704); Blue value is 229 (89.84% from 255 or 32.53% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCE5 is #00231A. Grayscale: #E7E7E7. Windows color (decimal): -8987 or 15064319. OLE color: 15064319.

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

Color convert

RGB255220229-
CMYK00.140.100
HSL344.57º100%93.14%-
HSV(B)344.57º13.73%100%-
XYZ80.9878.184.94-
YUV231.49126.6144.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.22%
GREEN value IS 220 (86.33% from 255) = 31.25%
BLUE value IS 229 (89.84% from 255) = 32.53%
R=36.22%
G=31.25%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522022900.140.100344.5710093.14
HexFFDCE50EA0159645d
Octal377334345016120531144135
Binary111111111101110011100101011101010010101100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCE5; }

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

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

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

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

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

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

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

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