#FFDDED

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

Shades of Pig Pink #FFDDED

Tints of Pig Pink #FFDDED

Color information

#FFDDED (or 0xFFDDED) is unknown color: approx Pig Pink. HEX triplet: FF, DD and ED. RGB value is (255,221,237). Sum of RGB (Red+Green+Blue) = 255+221+237=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 221 (86.72% from 255 or 31.00% from 713); Blue value is 237 (92.97% from 255 or 33.24% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDED is #002212. Grayscale: #E8E8E8. Windows color (decimal): -8723 or 15588863. OLE color: 15588863.

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

Color convert

RGB255221237-
CMYK00.130.070
HSL331.76º100%93.33%-
HSV(B)331.76º13.33%100%-
XYZ82.3879.0991.04-
YUV232.99130.26143.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.76%
GREEN value IS 221 (86.72% from 255) = 31.00%
BLUE value IS 237 (92.97% from 255) = 33.24%
R=35.76%
G=31.00%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522123700.130.070331.7610093.33
HexFFDDED0D7014c645d
Octal37733535501570514144135
Binary11111111110111011110110101101111010100110011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDED; }

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

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

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

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

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

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

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

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