#FED9EC

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

Shades of Pig Pink #FED9EC

Tints of Pig Pink #FED9EC

Color information

#FED9EC (or 0xFED9EC) is unknown color: approx Pig Pink. HEX triplet: FE, D9 and EC. RGB value is (254,217,236). Sum of RGB (Red+Green+Blue) = 254+217+236=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 217 (85.16% from 255 or 30.69% from 707); Blue value is 236 (92.58% from 255 or 33.38% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED9EC is #012613. Grayscale: #E6E6E6. Windows color (decimal): -75284 or 15522302. OLE color: 15522302.

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

Color convert

RGB254217236-
CMYK00.150.070.00
HSL329.19º94.87%92.35%-
HSV(B)329.19º14.57%99.61%-
XYZ80.8376.7589.91-
YUV230.23131.26144.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.93%
GREEN value IS 217 (85.16% from 255) = 30.69%
BLUE value IS 236 (92.58% from 255) = 33.38%
R=35.93%
G=30.69%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421723600.150.070.00329.1994.8792.35
HexFED9EC0F701495f5c
Octal37633135401770511137134
Binary11111110110110011110110001111111010100100110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9EC; }

 p { color: rgb(254,217,236); }

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

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

 a { background-color: rgb(254,217,236); }

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

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

 span { border-color: rgb(254,217,236); }

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