#FFD6ED

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

Shades of Pig Pink #FFD6ED

Tints of Pig Pink #FFD6ED

Color information

#FFD6ED (or 0xFFD6ED) is unknown color: approx Pig Pink. HEX triplet: FF, D6 and ED. RGB value is (255,214,237). Sum of RGB (Red+Green+Blue) = 255+214+237=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 214 (83.98% from 255 or 30.31% from 706); Blue value is 237 (92.97% from 255 or 33.57% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD6ED is #002912. Grayscale: #E4E4E4. Windows color (decimal): -10515 or 15587071. OLE color: 15587071.

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

Color convert

RGB255214237-
CMYK00.160.070
HSL326.34º100%91.96%-
HSV(B)326.34º16.08%100%-
XYZ80.5775.4790.44-
YUV228.88132.58146.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.12%
GREEN value IS 214 (83.98% from 255) = 30.31%
BLUE value IS 237 (92.97% from 255) = 33.57%
R=36.12%
G=30.31%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521423700.160.070326.3410091.96
HexFFD6ED01070146645c
Octal37732635502070506144134
Binary111111111101011011101101010000111010100011011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD6ED; }

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

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

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

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

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

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

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

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