#FFDDE8

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

Shades of Pig Pink #FFDDE8

Tints of Pig Pink #FFDDE8

Color information

#FFDDE8 (or 0xFFDDE8) is unknown color: approx Pig Pink. HEX triplet: FF, DD and E8. RGB value is (255,221,232). Sum of RGB (Red+Green+Blue) = 255+221+232=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 221 (86.72% from 255 or 31.21% from 708); Blue value is 232 (91.02% from 255 or 32.77% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDE8 is #002217. Grayscale: #E8E8E8. Windows color (decimal): -8728 or 15261183. OLE color: 15261183.

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

Color convert

RGB255221232-
CMYK00.130.090
HSL340.59º100%93.33%-
HSV(B)340.59º13.33%100%-
XYZ81.6678.887.25-
YUV232.42127.76144.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.02%
GREEN value IS 221 (86.72% from 255) = 31.21%
BLUE value IS 232 (91.02% from 255) = 32.77%
R=36.02%
G=31.21%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522123200.130.090340.5910093.33
HexFFDDE80D90155645d
Octal377335350015110525144135
Binary111111111101110111101000011011001010101010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDE8; }

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

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

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

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

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

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

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

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