#FED7EF

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

Shades of Pig Pink #FED7EF

Tints of Pig Pink #FED7EF

Color information

#FED7EF (or 0xFED7EF) is unknown color: approx Pig Pink. HEX triplet: FE, D7 and EF. RGB value is (254,215,239). Sum of RGB (Red+Green+Blue) = 254+215+239=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 215 (84.38% from 255 or 30.37% from 708); Blue value is 239 (93.75% from 255 or 33.76% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED7EF is #012810. Grayscale: #E5E5E5. Windows color (decimal): -75793 or 15718398. OLE color: 15718398.

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

Color convert

RGB254215239-
CMYK00.150.060.00
HSL323.08º95.12%91.96%-
HSV(B)323.08º15.35%99.61%-
XYZ80.7575.992.06-
YUV229.4133.42145.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.88%
GREEN value IS 215 (84.38% from 255) = 30.37%
BLUE value IS 239 (93.75% from 255) = 33.76%
R=35.88%
G=30.37%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421523900.150.060.00323.0895.1291.96
HexFED7EF0F601435f5c
Octal37632735701760503137134
Binary11111110110101111110111101111110010100001110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED7EF; }

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

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

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

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

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

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

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

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