#FED4EC

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

Shades of Pig Pink #FED4EC

Tints of Pig Pink #FED4EC

Color information

#FED4EC (or 0xFED4EC) is unknown color: approx Pig Pink. HEX triplet: FE, D4 and EC. RGB value is (254,212,236). Sum of RGB (Red+Green+Blue) = 254+212+236=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 212 (83.20% from 255 or 30.20% from 702); Blue value is 236 (92.58% from 255 or 33.62% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4EC is #012B13. Grayscale: #E3E3E3. Windows color (decimal): -76564 or 15521022. OLE color: 15521022.

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

Color convert

RGB254212236-
CMYK00.170.070.00
HSL325.71º95.45%91.37%-
HSV(B)325.71º16.54%99.61%-
XYZ79.5674.2189.49-
YUV227.29132.91147.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.18%
GREEN value IS 212 (83.20% from 255) = 30.20%
BLUE value IS 236 (92.58% from 255) = 33.62%
R=36.18%
G=30.20%
B=33.62%

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
Decimal25421223600.170.070.00325.7195.4591.37
HexFED4EC011701465f5b
Octal37632435402170506137133
Binary111111101101010011101100010001111010100011010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4EC; }

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

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

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

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

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

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

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

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