#FEDCEA

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

Shades of Pig Pink #FEDCEA

Tints of Pig Pink #FEDCEA

Color information

#FEDCEA (or 0xFEDCEA) is unknown color: approx Pig Pink. HEX triplet: FE, DC and EA. RGB value is (254,220,234). Sum of RGB (Red+Green+Blue) = 254+220+234=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 220 (86.33% from 255 or 31.07% from 708); Blue value is 234 (91.80% from 255 or 33.05% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCEA is #012315. Grayscale: #E7E7E7. Windows color (decimal): -74518 or 15391998. OLE color: 15391998.

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

Color convert

RGB254220234-
CMYK00.130.080.00
HSL335.29º94.44%92.94%-
HSV(B)335.29º13.39%99.61%-
XYZ81.3278.288.65-
YUV231.76129.26143.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.88%
GREEN value IS 220 (86.33% from 255) = 31.07%
BLUE value IS 234 (91.80% from 255) = 33.05%
R=35.88%
G=31.07%
B=33.05%

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
Decimal25422023400.130.080.00335.2994.4492.94
HexFEDCEA0D8014f5e5d
Octal376334352015100517136135
Binary111111101101110011101010011011000010100111110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCEA; }

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

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

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

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

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

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

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

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