#FFDCEA

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

Shades of Pig Pink #FFDCEA

Tints of Pig Pink #FFDCEA

Color information

#FFDCEA (or 0xFFDCEA) is unknown color: approx Pig Pink. HEX triplet: FF, DC and EA. RGB value is (255,220,234). Sum of RGB (Red+Green+Blue) = 255+220+234=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 220 (86.33% from 255 or 31.03% from 709); Blue value is 234 (91.80% from 255 or 33.00% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDCEA is #002315. Grayscale: #E8E8E8. Windows color (decimal): -8982 or 15391999. OLE color: 15391999.

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

Color convert

RGB255220234-
CMYK00.140.080
HSL336º100%93.14%-
HSV(B)336º13.73%100%-
XYZ81.6878.3988.67-
YUV232.06129.1144.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.97%
GREEN value IS 220 (86.33% from 255) = 31.03%
BLUE value IS 234 (91.80% from 255) = 33.00%
R=35.97%
G=31.03%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522023400.140.08033610093.14
HexFFDCEA0E80150645d
Octal377334352016100520144135
Binary111111111101110011101010011101000010101000011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCEA; }

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

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

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

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

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

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

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

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