#FED4EF

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

Shades of Pig Pink #FED4EF

Tints of Pig Pink #FED4EF

Color information

#FED4EF (or 0xFED4EF) is unknown color: approx Pig Pink. HEX triplet: FE, D4 and EF. RGB value is (254,212,239). Sum of RGB (Red+Green+Blue) = 254+212+239=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 212 (83.20% from 255 or 30.07% from 705); Blue value is 239 (93.75% from 255 or 33.90% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4EF is #012B10. Grayscale: #E3E3E3. Windows color (decimal): -76561 or 15717630. OLE color: 15717630.

HSL color Cylindrical-coordinate representation of color #FED4EF: hue angle of 321.43º 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 #FED4EF is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB254212239-
CMYK00.170.060.00
HSL321.43º95.45%91.37%-
HSV(B)321.43º16.54%99.61%-
XYZ8074.3991.8-
YUV227.64134.41146.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.03%
GREEN value IS 212 (83.20% from 255) = 30.07%
BLUE value IS 239 (93.75% from 255) = 33.90%
R=36.03%
G=30.07%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421223900.170.060.00321.4395.4591.37
HexFED4EF011601415f5b
Octal37632435702160501137133
Binary111111101101010011101111010001110010100000110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4EF; }

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

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

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

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

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

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

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

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