#FED2EC

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

Shades of Pig Pink #FED2EC

Tints of Pig Pink #FED2EC

Color information

#FED2EC (or 0xFED2EC) is unknown color: approx Pig Pink. HEX triplet: FE, D2 and EC. RGB value is (254,210,236). Sum of RGB (Red+Green+Blue) = 254+210+236=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 210 (82.42% from 255 or 30% from 700); Blue value is 236 (92.58% from 255 or 33.71% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED2EC is #012D13. Grayscale: #E2E2E2. Windows color (decimal): -77076 or 15520510. OLE color: 15520510.

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

Color convert

RGB254210236-
CMYK00.170.070.00
HSL324.55º95.65%90.98%-
HSV(B)324.55º17.32%99.61%-
XYZ79.0673.2289.32-
YUV226.12133.58147.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.29%
GREEN value IS 210 (82.42% from 255) = 30%
BLUE value IS 236 (92.58% from 255) = 33.71%
R=36.29%
G=30%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421023600.170.070.00324.5595.6590.98
HexFED2EC01170145605b
Octal37632235402170505140133
Binary111111101101001011101100010001111010100010111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED2EC; }

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

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

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

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

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

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

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

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