#FEDEEC

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

Shades of Pig Pink #FEDEEC

Tints of Pig Pink #FEDEEC

Color information

#FEDEEC (or 0xFEDEEC) is unknown color: approx Pig Pink. HEX triplet: FE, DE and EC. RGB value is (254,222,236). Sum of RGB (Red+Green+Blue) = 254+222+236=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 222 (87.11% from 255 or 31.18% from 712); Blue value is 236 (92.58% from 255 or 33.15% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEEC is #012113. Grayscale: #E9E9E9. Windows color (decimal): -74004 or 15523582. OLE color: 15523582.

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

Color convert

RGB254222236-
CMYK00.130.070.00
HSL333.75º94.12%93.33%-
HSV(B)333.75º12.6%99.61%-
XYZ82.1379.3790.35-
YUV233.16129.6142.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.67%
GREEN value IS 222 (87.11% from 255) = 31.18%
BLUE value IS 236 (92.58% from 255) = 33.15%
R=35.67%
G=31.18%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422223600.130.070.00333.7594.1293.33
HexFEDEEC0D7014e5e5d
Octal37633635401570516136135
Binary11111110110111101110110001101111010100111010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEEC; }

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

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

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

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

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

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

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

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