#FED5EA

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

Shades of Pig Pink #FED5EA

Tints of Pig Pink #FED5EA

Color information

#FED5EA (or 0xFED5EA) is unknown color: approx Pig Pink. HEX triplet: FE, D5 and EA. RGB value is (254,213,234). Sum of RGB (Red+Green+Blue) = 254+213+234=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 213 (83.59% from 255 or 30.39% from 701); Blue value is 234 (91.80% from 255 or 33.38% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED5EA is #012A15. Grayscale: #E3E3E3. Windows color (decimal): -76310 or 15390206. OLE color: 15390206.

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

Color convert

RGB254213234-
CMYK00.160.080.00
HSL329.27º95.35%91.57%-
HSV(B)329.27º16.14%99.61%-
XYZ79.5274.688.05-
YUV227.65131.58146.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.23%
GREEN value IS 213 (83.59% from 255) = 30.39%
BLUE value IS 234 (91.80% from 255) = 33.38%
R=36.23%
G=30.39%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421323400.160.080.00329.2795.3591.57
HexFED5EA010801495f5c
Octal376325352020100511137134
Binary1111111011010101111010100100001000010100100110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED5EA; }

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

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

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

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

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

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

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

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