#FEDCE5

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

Shades of Pig Pink #FEDCE5

Tints of Pig Pink #FEDCE5

Color information

#FEDCE5 (or 0xFEDCE5) is unknown color: approx Pig Pink. HEX triplet: FE, DC and E5. RGB value is (254,220,229). Sum of RGB (Red+Green+Blue) = 254+220+229=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 229 (89.84% from 255 or 32.57% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCE5 is #01231A. Grayscale: #E7E7E7. Windows color (decimal): -74523 or 15064318. OLE color: 15064318.

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

Color convert

RGB254220229-
CMYK00.130.100.00
HSL344.12º94.44%92.94%-
HSV(B)344.12º13.39%99.61%-
XYZ80.6177.9184.92-
YUV231.19126.76144.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.13%
GREEN value IS 220 (86.33% from 255) = 31.29%
BLUE value IS 229 (89.84% from 255) = 32.57%
R=36.13%
G=31.29%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422022900.130.100.00344.1294.4492.94
HexFEDCE50DA01585e5d
Octal376334345015120530136135
Binary111111101101110011100101011011010010101100010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCE5; }

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

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

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

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

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

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

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

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