#FFD5DF

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

Shades of Pig Pink #FFD5DF

Tints of Pig Pink #FFD5DF

Color information

#FFD5DF (or 0xFFD5DF) is unknown color: approx Pig Pink. HEX triplet: FF, D5 and DF. RGB value is (255,213,223). Sum of RGB (Red+Green+Blue) = 255+213+223=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 213 (83.59% from 255 or 30.82% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5DF is #002A20. Grayscale: #E2E2E2. Windows color (decimal): -10785 or 14669311. OLE color: 14669311.

HSL color Cylindrical-coordinate representation of color #FFD5DF: hue angle of 345.71º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFD5DF is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB255213223-
CMYK00.160.130
HSL345.71º100%91.76%-
HSV(B)345.71º16.47%100%-
XYZ78.3574.1880-
YUV226.7125.91148.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.90%
GREEN value IS 213 (83.59% from 255) = 30.82%
BLUE value IS 223 (87.5% from 255) = 32.27%
R=36.90%
G=30.82%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521322300.160.130345.7110091.76
HexFFD5DF010D015a645c
Octal377325337020150532144134
Binary1111111111010101110111110100001101010101101011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD5DF; }

 p { color: rgb(255,213,223); }

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

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

 a { background-color: rgb(255,213,223); }

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

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

 span { border-color: rgb(255,213,223); }

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