#FFDDF2

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

Shades of Pig Pink #FFDDF2

Tints of Pig Pink #FFDDF2

Color information

#FFDDF2 (or 0xFFDDF2) is unknown color: approx Pig Pink. HEX triplet: FF, DD and F2. RGB value is (255,221,242). Sum of RGB (Red+Green+Blue) = 255+221+242=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 221 (86.72% from 255 or 30.78% from 718); Blue value is 242 (94.92% from 255 or 33.70% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDF2 is #00220D. Grayscale: #E9E9E9. Windows color (decimal): -8718 or 15916543. OLE color: 15916543.

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

Color convert

RGB255221242-
CMYK00.130.050
HSL322.94º100%93.33%-
HSV(B)322.94º13.33%100%-
XYZ83.1279.3894.95-
YUV233.56132.76143.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.52%
GREEN value IS 221 (86.72% from 255) = 30.78%
BLUE value IS 242 (94.92% from 255) = 33.70%
R=35.52%
G=30.78%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522124200.130.050322.9410093.33
HexFFDDF20D50143645d
Octal37733536201550503144135
Binary11111111110111011111001001101101010100001111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDF2; }

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

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

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

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

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

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

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

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