#FED7E2

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

Shades of Pig Pink #FED7E2

Tints of Pig Pink #FED7E2

Color information

#FED7E2 (or 0xFED7E2) is unknown color: approx Pig Pink. HEX triplet: FE, D7 and E2. RGB value is (254,215,226). Sum of RGB (Red+Green+Blue) = 254+215+226=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 215 (84.38% from 255 or 30.94% from 695); Blue value is 226 (88.67% from 255 or 32.52% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7E2 is #01281D. Grayscale: #E3E3E3. Windows color (decimal): -75806 or 14866430. OLE color: 14866430.

HSL color Cylindrical-coordinate representation of color #FED7E2: hue angle of 343.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 #FED7E2 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB254215226-
CMYK00.150.110.00
HSL343.08º95.12%91.96%-
HSV(B)343.08º15.35%99.61%-
XYZ78.975.1682.3-
YUV227.92126.92146.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.55%
GREEN value IS 215 (84.38% from 255) = 30.94%
BLUE value IS 226 (88.67% from 255) = 32.52%
R=36.55%
G=30.94%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421522600.150.110.00343.0895.1291.96
HexFED7E20FB01575f5c
Octal376327342017130527137134
Binary111111101101011111100010011111011010101011110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED7E2; }

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

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

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

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

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

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

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

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