#FED4EA

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

Shades of Pig Pink #FED4EA

Tints of Pig Pink #FED4EA

Color information

#FED4EA (or 0xFED4EA) is unknown color: approx Pig Pink. HEX triplet: FE, D4 and EA. RGB value is (254,212,234). Sum of RGB (Red+Green+Blue) = 254+212+234=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 212 (83.20% from 255 or 30.29% from 700); Blue value is 234 (91.80% from 255 or 33.43% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4EA is #012B15. Grayscale: #E3E3E3. Windows color (decimal): -76566 or 15389950. OLE color: 15389950.

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

Color convert

RGB254212234-
CMYK00.170.080.00
HSL328.57º95.45%91.37%-
HSV(B)328.57º16.54%99.61%-
XYZ79.2774.187.97-
YUV227.07131.91147.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.29%
GREEN value IS 212 (83.20% from 255) = 30.29%
BLUE value IS 234 (91.80% from 255) = 33.43%
R=36.29%
G=30.29%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421223400.170.080.00328.5795.4591.37
HexFED4EA011801495f5b
Octal376324352021100511137133
Binary1111111011010100111010100100011000010100100110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4EA; }

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

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

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

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

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

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

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

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