#FFDDE6

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

Shades of Pig Pink #FFDDE6

Tints of Pig Pink #FFDDE6

Color information

#FFDDE6 (or 0xFFDDE6) is unknown color: approx Pig Pink. HEX triplet: FF, DD and E6. RGB value is (255,221,230). Sum of RGB (Red+Green+Blue) = 255+221+230=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 221 (86.72% from 255 or 31.30% from 706); Blue value is 230 (90.23% from 255 or 32.58% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDE6 is #002219. Grayscale: #E8E8E8. Windows color (decimal): -8730 or 15130111. OLE color: 15130111.

HSL color Cylindrical-coordinate representation of color #FFDDE6: hue angle of 344.12º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDDE6 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB255221230-
CMYK00.130.100
HSL344.12º100%93.33%-
HSV(B)344.12º13.33%100%-
XYZ81.3878.6985.76-
YUV232.19126.76144.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.12%
GREEN value IS 221 (86.72% from 255) = 31.30%
BLUE value IS 230 (90.23% from 255) = 32.58%
R=36.12%
G=31.30%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522123000.130.100344.1210093.33
HexFFDDE60DA0158645d
Octal377335346015120530144135
Binary111111111101110111100110011011010010101100011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDE6; }

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

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

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

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

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

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

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

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