#FED8EA

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

Shades of Pig Pink #FED8EA

Tints of Pig Pink #FED8EA

Color information

#FED8EA (or 0xFED8EA) is unknown color: approx Pig Pink. HEX triplet: FE, D8 and EA. RGB value is (254,216,234). Sum of RGB (Red+Green+Blue) = 254+216+234=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 216 (84.77% from 255 or 30.68% from 704); Blue value is 234 (91.80% from 255 or 33.24% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED8EA is #012715. Grayscale: #E5E5E5. Windows color (decimal): -75542 or 15390974. OLE color: 15390974.

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

Color convert

RGB254216234-
CMYK00.150.080.00
HSL331.58º95%92.16%-
HSV(B)331.58º14.96%99.61%-
XYZ80.2876.1288.3-
YUV229.41130.59145.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.08%
GREEN value IS 216 (84.77% from 255) = 30.68%
BLUE value IS 234 (91.80% from 255) = 33.24%
R=36.08%
G=30.68%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421623400.150.080.00331.589592.16
HexFED8EA0F8014c5f5c
Octal376330352017100514137134
Binary111111101101100011101010011111000010100110010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED8EA; }

 p { color: rgb(254,216,234); }

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

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

 a { background-color: rgb(254,216,234); }

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

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

 span { border-color: rgb(254,216,234); }

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