#FFDCE8

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

Shades of Pig Pink #FFDCE8

Tints of Pig Pink #FFDCE8

Color information

#FFDCE8 (or 0xFFDCE8) is unknown color: approx Pig Pink. HEX triplet: FF, DC and E8. RGB value is (255,220,232). Sum of RGB (Red+Green+Blue) = 255+220+232=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 220 (86.33% from 255 or 31.12% from 707); Blue value is 232 (91.02% from 255 or 32.81% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDCE8 is #002317. Grayscale: #E7E7E7. Windows color (decimal): -8984 or 15260927. OLE color: 15260927.

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

Color convert

RGB255220232-
CMYK00.140.090
HSL339.43º100%93.14%-
HSV(B)339.43º13.73%100%-
XYZ81.478.2787.16-
YUV231.83128.1144.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.07%
GREEN value IS 220 (86.33% from 255) = 31.12%
BLUE value IS 232 (91.02% from 255) = 32.81%
R=36.07%
G=31.12%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522023200.140.090339.4310093.14
HexFFDCE80E90153645d
Octal377334350016110523144135
Binary111111111101110011101000011101001010101001111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCE8; }

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

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

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

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

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

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

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

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