#FED4E4

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

Shades of Pig Pink #FED4E4

Tints of Pig Pink #FED4E4

Color information

#FED4E4 (or 0xFED4E4) is unknown color: approx Pig Pink. HEX triplet: FE, D4 and E4. RGB value is (254,212,228). Sum of RGB (Red+Green+Blue) = 254+212+228=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 212 (83.20% from 255 or 30.55% from 694); Blue value is 228 (89.45% from 255 or 32.85% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4E4 is #012B1B. Grayscale: #E2E2E2. Windows color (decimal): -76572 or 14996734. OLE color: 14996734.

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

Color convert

RGB254212228-
CMYK00.170.100.00
HSL337.14º95.45%91.37%-
HSV(B)337.14º16.54%99.61%-
XYZ78.4273.7683.5-
YUV226.38128.91147.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.60%
GREEN value IS 212 (83.20% from 255) = 30.55%
BLUE value IS 228 (89.45% from 255) = 32.85%
R=36.60%
G=30.55%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421222800.170.100.00337.1495.4591.37
HexFED4E4011A01515f5b
Octal376324344021120521137133
Binary1111111011010100111001000100011010010101000110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4E4; }

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

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

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

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

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

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

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

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