#FFDCE9

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

Shades of Pig Pink #FFDCE9

Tints of Pig Pink #FFDCE9

Color information

#FFDCE9 (or 0xFFDCE9) is unknown color: approx Pig Pink. HEX triplet: FF, DC and E9. RGB value is (255,220,233). Sum of RGB (Red+Green+Blue) = 255+220+233=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 220 (86.33% from 255 or 31.07% from 708); Blue value is 233 (91.41% from 255 or 32.91% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDCE9 is #002316. Grayscale: #E7E7E7. Windows color (decimal): -8983 or 15326463. OLE color: 15326463.

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

Color convert

RGB255220233-
CMYK00.140.090
HSL337.71º100%93.14%-
HSV(B)337.71º13.73%100%-
XYZ81.5478.3387.91-
YUV231.95128.6144.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.02%
GREEN value IS 220 (86.33% from 255) = 31.07%
BLUE value IS 233 (91.41% from 255) = 32.91%
R=36.02%
G=31.07%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522023300.140.090337.7110093.14
HexFFDCE90E90152645d
Octal377334351016110522144135
Binary111111111101110011101001011101001010101001011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCE9; }

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

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

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

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

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

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

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

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