#FFD2EC

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

Shades of Pig Pink #FFD2EC

Tints of Pig Pink #FFD2EC

Color information

#FFD2EC (or 0xFFD2EC) is unknown color: approx Pig Pink. HEX triplet: FF, D2 and EC. RGB value is (255,210,236). Sum of RGB (Red+Green+Blue) = 255+210+236=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 210 (82.42% from 255 or 29.96% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD2EC is #002D13. Grayscale: #E2E2E2. Windows color (decimal): -11540 or 15520511. OLE color: 15520511.

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

Color convert

RGB255210236-
CMYK00.180.070
HSL325.33º100%91.18%-
HSV(B)325.33º17.65%100%-
XYZ79.4373.4189.34-
YUV226.42133.41148.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.38%
GREEN value IS 210 (82.42% from 255) = 29.96%
BLUE value IS 236 (92.58% from 255) = 33.67%
R=36.38%
G=29.96%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521023600.180.070325.3310091.18
HexFFD2EC01270145645b
Octal37732235402270505144133
Binary111111111101001011101100010010111010100010111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD2EC; }

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

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

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

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

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

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

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

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