#FEDCE8

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

Shades of Pig Pink #FEDCE8

Tints of Pig Pink #FEDCE8

Color information

#FEDCE8 (or 0xFEDCE8) is unknown color: approx Pig Pink. HEX triplet: FE, DC and E8. RGB value is (254,220,232). Sum of RGB (Red+Green+Blue) = 254+220+232=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 220 (86.33% from 255 or 31.16% from 706); Blue value is 232 (91.02% from 255 or 32.86% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCE8 is #012317. Grayscale: #E7E7E7. Windows color (decimal): -74520 or 15260926. OLE color: 15260926.

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

Color convert

RGB254220232-
CMYK00.130.090.00
HSL338.82º94.44%92.94%-
HSV(B)338.82º13.39%99.61%-
XYZ81.0378.0887.14-
YUV231.53128.26144.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.98%
GREEN value IS 220 (86.33% from 255) = 31.16%
BLUE value IS 232 (91.02% from 255) = 32.86%
R=35.98%
G=31.16%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422023200.130.090.00338.8294.4492.94
HexFEDCE80D901535e5d
Octal376334350015110523136135
Binary111111101101110011101000011011001010101001110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCE8; }

 p { color: rgb(254,220,232); }

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

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

 a { background-color: rgb(254,220,232); }

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

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

 span { border-color: rgb(254,220,232); }

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