#FEDCF2

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

Shades of Pig Pink #FEDCF2

Tints of Pig Pink #FEDCF2

Color information

#FEDCF2 (or 0xFEDCF2) is unknown color: approx Pig Pink. HEX triplet: FE, DC and F2. RGB value is (254,220,242). Sum of RGB (Red+Green+Blue) = 254+220+242=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 220 (86.33% from 255 or 30.73% from 716); Blue value is 242 (94.92% from 255 or 33.80% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCF2 is #01230D. Grayscale: #E8E8E8. Windows color (decimal): -74510 or 15916286. OLE color: 15916286.

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

Color convert

RGB254220242-
CMYK00.130.050.00
HSL321.18º94.44%92.94%-
HSV(B)321.18º13.39%99.61%-
XYZ82.4978.6794.84-
YUV232.67133.26143.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.47%
GREEN value IS 220 (86.33% from 255) = 30.73%
BLUE value IS 242 (94.92% from 255) = 33.80%
R=35.47%
G=30.73%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422024200.130.050.00321.1894.4492.94
HexFEDCF20D501415e5d
Octal37633436201550501136135
Binary11111110110111001111001001101101010100000110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCF2; }

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

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

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

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

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

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

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

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