#FFDDF0

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

Shades of Pig Pink #FFDDF0

Tints of Pig Pink #FFDDF0

Color information

#FFDDF0 (or 0xFFDDF0) is unknown color: approx Pig Pink. HEX triplet: FF, DD and F0. RGB value is (255,221,240). Sum of RGB (Red+Green+Blue) = 255+221+240=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 221 (86.72% from 255 or 30.87% from 716); Blue value is 240 (94.14% from 255 or 33.52% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDF0 is #00220F. Grayscale: #E9E9E9. Windows color (decimal): -8720 or 15785471. OLE color: 15785471.

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

Color convert

RGB255221240-
CMYK00.130.060
HSL326.47º100%93.33%-
HSV(B)326.47º13.33%100%-
XYZ82.8279.2693.37-
YUV233.33131.76143.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.61%
GREEN value IS 221 (86.72% from 255) = 30.87%
BLUE value IS 240 (94.14% from 255) = 33.52%
R=35.61%
G=30.87%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522124000.130.060326.4710093.33
HexFFDDF00D60146645d
Octal37733536001560506144135
Binary11111111110111011111000001101110010100011011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDF0; }

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

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

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

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

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

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

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

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