#FEDCE7

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

Shades of Pig Pink #FEDCE7

Tints of Pig Pink #FEDCE7

Color information

#FEDCE7 (or 0xFEDCE7) is unknown color: approx Pig Pink. HEX triplet: FE, DC and E7. RGB value is (254,220,231). Sum of RGB (Red+Green+Blue) = 254+220+231=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 220 (86.33% from 255 or 31.21% from 705); Blue value is 231 (90.62% from 255 or 32.77% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCE7 is #012318. Grayscale: #E7E7E7. Windows color (decimal): -74521 or 15195390. OLE color: 15195390.

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

Color convert

RGB254220231-
CMYK00.130.090.00
HSL340.59º94.44%92.94%-
HSV(B)340.59º13.39%99.61%-
XYZ80.8978.0386.4-
YUV231.42127.76144.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.03%
GREEN value IS 220 (86.33% from 255) = 31.21%
BLUE value IS 231 (90.62% from 255) = 32.77%
R=36.03%
G=31.21%
B=32.77%

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
Decimal25422023100.130.090.00340.5994.4492.94
HexFEDCE70D901555e5d
Octal376334347015110525136135
Binary111111101101110011100111011011001010101010110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCE7; }

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

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

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

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

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

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

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

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