#FEDCED

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

Shades of Pig Pink #FEDCED

Tints of Pig Pink #FEDCED

Color information

#FEDCED (or 0xFEDCED) is unknown color: approx Pig Pink. HEX triplet: FE, DC and ED. RGB value is (254,220,237). Sum of RGB (Red+Green+Blue) = 254+220+237=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 220 (86.33% from 255 or 30.94% from 711); Blue value is 237 (92.97% from 255 or 33.33% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCED is #012312. Grayscale: #E8E8E8. Windows color (decimal): -74515 or 15588606. OLE color: 15588606.

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

Color convert

RGB254220237-
CMYK00.130.070.00
HSL330º94.44%92.94%-
HSV(B)330º13.39%99.61%-
XYZ81.7578.3790.94-
YUV232.1130.76143.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.72%
GREEN value IS 220 (86.33% from 255) = 30.94%
BLUE value IS 237 (92.97% from 255) = 33.33%
R=35.72%
G=30.94%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422023700.130.070.0033094.4492.94
HexFEDCED0D7014a5e5d
Octal37633435501570512136135
Binary11111110110111001110110101101111010100101010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCED; }

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

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

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

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

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

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

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

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