#FED4E5

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

Shades of Pig Pink #FED4E5

Tints of Pig Pink #FED4E5

Color information

#FED4E5 (or 0xFED4E5) is unknown color: approx Pig Pink. HEX triplet: FE, D4 and E5. RGB value is (254,212,229). Sum of RGB (Red+Green+Blue) = 254+212+229=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 212 (83.20% from 255 or 30.50% from 695); Blue value is 229 (89.84% from 255 or 32.95% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4E5 is #012B1A. Grayscale: #E2E2E2. Windows color (decimal): -76571 or 15062270. OLE color: 15062270.

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

Color convert

RGB254212229-
CMYK00.170.100.00
HSL335.71º95.45%91.37%-
HSV(B)335.71º16.54%99.61%-
XYZ78.5673.8184.24-
YUV226.5129.41147.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.55%
GREEN value IS 212 (83.20% from 255) = 30.50%
BLUE value IS 229 (89.84% from 255) = 32.95%
R=36.55%
G=30.50%
B=32.95%

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
Decimal25421222900.170.100.00335.7195.4591.37
HexFED4E5011A01505f5b
Octal376324345021120520137133
Binary1111111011010100111001010100011010010101000010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4E5; }

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

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

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

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

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

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

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

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