#FFDDF6

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

Shades of Pig Pink #FFDDF6

Tints of Pig Pink #FFDDF6

Color information

#FFDDF6 (or 0xFFDDF6) is unknown color: approx Pig Pink. HEX triplet: FF, DD and F6. RGB value is (255,221,246). Sum of RGB (Red+Green+Blue) = 255+221+246=722 (95% of max value = 765). Red value is 255 (100% from 255 or 35.32% from 722); Green value is 221 (86.72% from 255 or 30.61% from 722); Blue value is 246 (96.48% from 255 or 34.07% from 722); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDF6 is #002209. Grayscale: #E9E9E9. Windows color (decimal): -8714 or 16178687. OLE color: 16178687.

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

Color convert

RGB255221246-
CMYK00.130.040
HSL315.88º100%93.33%-
HSV(B)315.88º13.33%100%-
XYZ83.7379.6398.15-
YUV234.02134.76142.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.32%
GREEN value IS 221 (86.72% from 255) = 30.61%
BLUE value IS 246 (96.48% from 255) = 34.07%
R=35.32%
G=30.61%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522124600.130.040315.8810093.33
HexFFDDF60D4013c645d
Octal37733536601540474144135
Binary11111111110111011111011001101100010011110011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDF6; }

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

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

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

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

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

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

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

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