#FEDCE9

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

Shades of Pig Pink #FEDCE9

Tints of Pig Pink #FEDCE9

Color information

#FEDCE9 (or 0xFEDCE9) is unknown color: approx Pig Pink. HEX triplet: FE, DC and E9. RGB value is (254,220,233). Sum of RGB (Red+Green+Blue) = 254+220+233=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 220 (86.33% from 255 or 31.12% from 707); Blue value is 233 (91.41% from 255 or 32.96% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCE9 is #012316. Grayscale: #E7E7E7. Windows color (decimal): -74519 or 15326462. OLE color: 15326462.

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

Color convert

RGB254220233-
CMYK00.130.080.00
HSL337.06º94.44%92.94%-
HSV(B)337.06º13.39%99.61%-
XYZ81.1778.1487.9-
YUV231.65128.76143.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.93%
GREEN value IS 220 (86.33% from 255) = 31.12%
BLUE value IS 233 (91.41% from 255) = 32.96%
R=35.93%
G=31.12%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422023300.130.080.00337.0694.4492.94
HexFEDCE90D801515e5d
Octal376334351015100521136135
Binary111111101101110011101001011011000010101000110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCE9; }

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

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

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

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

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

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

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

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