#FFD6E9

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

Shades of Pig Pink #FFD6E9

Tints of Pig Pink #FFD6E9

Color information

#FFD6E9 (or 0xFFD6E9) is unknown color: approx Pig Pink. HEX triplet: FF, D6 and E9. RGB value is (255,214,233). Sum of RGB (Red+Green+Blue) = 255+214+233=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 214 (83.98% from 255 or 30.48% from 702); Blue value is 233 (91.41% from 255 or 33.19% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD6E9 is #002916. Grayscale: #E4E4E4. Windows color (decimal): -10519 or 15324927. OLE color: 15324927.

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

Color convert

RGB255214233-
CMYK00.160.090
HSL332.2º100%91.96%-
HSV(B)332.2º16.08%100%-
XYZ79.9975.2487.4-
YUV228.42130.58146.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.32%
GREEN value IS 214 (83.98% from 255) = 30.48%
BLUE value IS 233 (91.41% from 255) = 33.19%
R=36.32%
G=30.48%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521423300.160.090332.210091.96
HexFFD6E90109014c645c
Octal377326351020110514144134
Binary1111111111010110111010010100001001010100110011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD6E9; }

 p { color: rgb(255,214,233); }

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

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

 a { background-color: rgb(255,214,233); }

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

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

 span { border-color: rgb(255,214,233); }

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