#FEDFEC

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

Shades of Pig Pink #FEDFEC

Tints of Pig Pink #FEDFEC

Color information

#FEDFEC (or 0xFEDFEC) is unknown color: approx Pig Pink. HEX triplet: FE, DF and EC. RGB value is (254,223,236). Sum of RGB (Red+Green+Blue) = 254+223+236=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 223 (87.5% from 255 or 31.28% from 713); Blue value is 236 (92.58% from 255 or 33.10% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFEC is #012013. Grayscale: #E9E9E9. Windows color (decimal): -73748 or 15523838. OLE color: 15523838.

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

Color convert

RGB254223236-
CMYK00.120.070.00
HSL334.84º93.94%93.53%-
HSV(B)334.84º12.2%99.61%-
XYZ82.479.990.44-
YUV233.75129.27142.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.62%
GREEN value IS 223 (87.5% from 255) = 31.28%
BLUE value IS 236 (92.58% from 255) = 33.10%
R=35.62%
G=31.28%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422323600.120.070.00334.8493.9493.53
HexFEDFEC0C7014f5e5e
Octal37633735401470517136136
Binary11111110110111111110110001100111010100111110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFEC; }

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

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

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

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

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

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

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

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