#FFD5EC

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

Shades of Pig Pink #FFD5EC

Tints of Pig Pink #FFD5EC

Color information

#FFD5EC (or 0xFFD5EC) is unknown color: approx Pig Pink. HEX triplet: FF, D5 and EC. RGB value is (255,213,236). Sum of RGB (Red+Green+Blue) = 255+213+236=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 213 (83.59% from 255 or 30.26% from 704); Blue value is 236 (92.58% from 255 or 33.52% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD5EC is #002A13. Grayscale: #E4E4E4. Windows color (decimal): -10772 or 15521279. OLE color: 15521279.

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

Color convert

RGB255213236-
CMYK00.160.070
HSL327.14º100%91.76%-
HSV(B)327.14º16.47%100%-
XYZ80.1774.989.59-
YUV228.18132.41147.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.22%
GREEN value IS 213 (83.59% from 255) = 30.26%
BLUE value IS 236 (92.58% from 255) = 33.52%
R=36.22%
G=30.26%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521323600.160.070327.1410091.76
HexFFD5EC01070147645c
Octal37732535402070507144134
Binary111111111101010111101100010000111010100011111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD5EC; }

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

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

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

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

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

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

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

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