#FFD6EE

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

Shades of Pig Pink #FFD6EE

Tints of Pig Pink #FFD6EE

Color information

#FFD6EE (or 0xFFD6EE) is unknown color: approx Pig Pink. HEX triplet: FF, D6 and EE. RGB value is (255,214,238). Sum of RGB (Red+Green+Blue) = 255+214+238=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 214 (83.98% from 255 or 30.27% from 707); Blue value is 238 (93.36% from 255 or 33.66% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD6EE is #002911. Grayscale: #E4E4E4. Windows color (decimal): -10514 or 15652607. OLE color: 15652607.

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

Color convert

RGB255214238-
CMYK00.160.070
HSL324.88º100%91.96%-
HSV(B)324.88º16.08%100%-
XYZ80.7275.5391.21-
YUV229133.08146.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.07%
GREEN value IS 214 (83.98% from 255) = 30.27%
BLUE value IS 238 (93.36% from 255) = 33.66%
R=36.07%
G=30.27%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521423800.160.070324.8810091.96
HexFFD6EE01070145645c
Octal37732635602070505144134
Binary111111111101011011101110010000111010100010111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD6EE; }

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

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

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

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

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

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

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

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