#FED4ED

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

Shades of Pig Pink #FED4ED

Tints of Pig Pink #FED4ED

Color information

#FED4ED (or 0xFED4ED) is unknown color: approx Pig Pink. HEX triplet: FE, D4 and ED. RGB value is (254,212,237). Sum of RGB (Red+Green+Blue) = 254+212+237=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 212 (83.20% from 255 or 30.16% from 703); Blue value is 237 (92.97% from 255 or 33.71% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4ED is #012B12. Grayscale: #E3E3E3. Windows color (decimal): -76563 or 15586558. OLE color: 15586558.

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

Color convert

RGB254212237-
CMYK00.170.070.00
HSL324.29º95.45%91.37%-
HSV(B)324.29º16.54%99.61%-
XYZ79.774.2790.26-
YUV227.41133.41146.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.13%
GREEN value IS 212 (83.20% from 255) = 30.16%
BLUE value IS 237 (92.97% from 255) = 33.71%
R=36.13%
G=30.16%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421223700.170.070.00324.2995.4591.37
HexFED4ED011701445f5b
Octal37632435502170504137133
Binary111111101101010011101101010001111010100010010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4ED; }

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

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

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

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

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

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

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

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