#FECEDE

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

Shades of Pig Pink #FECEDE

Tints of Pig Pink #FECEDE

Color information

#FECEDE (or 0xFECEDE) is unknown color: approx Pig Pink. HEX triplet: FE, CE and DE. RGB value is (254,206,222). Sum of RGB (Red+Green+Blue) = 254+206+222=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 206 (80.86% from 255 or 30.21% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEDE is #013121. Grayscale: #DEDEDE. Windows color (decimal): -78114 or 14601982. OLE color: 14601982.

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

Color convert

RGB254206222-
CMYK00.190.130.00
HSL340º96%90.2%-
HSV(B)340º18.9%99.61%-
XYZ76.1370.4978.7-
YUV222.18127.9150.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.24%
GREEN value IS 206 (80.86% from 255) = 30.21%
BLUE value IS 222 (87.11% from 255) = 32.55%
R=37.24%
G=30.21%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420622200.190.130.003409690.2
HexFECEDE013D0154605a
Octal376316336023150524140132
Binary1111111011001110110111100100111101010101010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECEDE; }

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

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

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

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

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

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

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

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